1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Change Postgres95 to PostgreSQL. Update CLUSTER manual page.

This commit is contained in:
Bruce Momjian
1998-03-14 21:58:09 +00:00
parent 12429af027
commit 3674ccdf95
10 changed files with 51 additions and 25 deletions

View File

@ -1,6 +1,5 @@
libpgtcl is a library that implements Tcl commands for front-end
clients to interact with the Postgres95 backend. See libpgtcl.doc for
details.
libpgtcl is a library that implements Tcl commands for front-end clients
to interact with the PostgreSQL backend. See libpgtcl.doc for details.
For an example of how to build a new tclsh to use libpgtcl, see the
directory ../bin/pgtclsh