diff options
author | Bruce Momjian | 1998-03-14 21:58:09 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-03-14 21:58:09 +0000 |
commit | 3674ccdf95037c0dcbfcae38f02bf3fdd2080acd (patch) | |
tree | 046161095fe63aa3a7fbb98c3c7f8fdc6c29c0ae /doc/libpgtcl.doc | |
parent | 12429af0272605f7c6b7e29ec07db55a13bacd56 (diff) |
Change Postgres95 to PostgreSQL. Update CLUSTER manual page.
Diffstat (limited to 'doc/libpgtcl.doc')
-rw-r--r-- | doc/libpgtcl.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libpgtcl.doc b/doc/libpgtcl.doc index ce7da7fc53e..1ce02762f88 100644 --- a/doc/libpgtcl.doc +++ b/doc/libpgtcl.doc @@ -1,5 +1,5 @@ -pgtcl is a tcl package for front-end programs to interface with Postgres95 +pgtcl is a tcl package for front-end programs to interface with PostgreSQL backends. PgTcl does not use the libpq library but communicates to the backend directly via the frontend-backend protocol. Thus, it is more efficient than previous postgres->tcl bindings which are layered |