diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-14 21:03:38 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-14 21:03:38 +0000 |
commit | e6a44134815fd35b1e3c957c18eebac09788ced0 (patch) | |
tree | c5e691f95c80cbb207459fb7337e1aad880c5604 | |
parent | a298589e1c5b31635fb4b1c12acfe9d5aa9d8098 (diff) | |
download | postgresql-e6a44134815fd35b1e3c957c18eebac09788ced0.tar.gz postgresql-e6a44134815fd35b1e3c957c18eebac09788ced0.zip |
We're past Postgres95 now, and I'm sure Jolly doesn't want to receive any
bug reports. ;-)
-rw-r--r-- | src/bin/pgtclsh/README | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/src/bin/pgtclsh/README b/src/bin/pgtclsh/README index bbd89e012f9..618fdbaecc0 100644 --- a/src/bin/pgtclsh/README +++ b/src/bin/pgtclsh/README @@ -1,21 +1,10 @@ pgtclsh is an example of a tclsh extended with the new Tcl commands provided by the libpgtcl library. By using pgtclsh, one can -write front-end applications to Postgres95 in Tcl without having to +write front-end applications to PostgreSQL in Tcl without having to deal with any libpq programming at all. The pgtclsh is an enhanced version of tclsh. Similarly, pgtksh is a -wish replacement with postgres95 bindings. The Makefile is also set up -so that you can choose "pgtksh" as a target. +wish replacement with PostgreSQL bindings. -pgtclsh has been tested with the official releases of - Tcl version 7.4 -and Tk version 4.0 - -and will probably not work with versions older than those (including -earlier beta releases). - -For details of the libpgtcl interface, please see the file -src/doc/libpgtcl.doc. - -If you have any questions or bug reports, please send them to -Jolly Chen at jolly@cs.berkeley.edu. +For details of the libpgtcl interface, please see the Programmer's +Guide. |