Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6a4413

Browse files
committed
We're past Postgres95 now, and I'm sure Jolly doesn't want to receive any
bug reports. ;-)
1 parent a298589 commit e6a4413

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

src/bin/pgtclsh/README

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
pgtclsh is an example of a tclsh extended with the new Tcl
22
commands provided by the libpgtcl library. By using pgtclsh, one can
3-
write front-end applications to Postgres95 in Tcl without having to
3+
write front-end applications to PostgreSQL in Tcl without having to
44
deal with any libpq programming at all.
55

66
The pgtclsh is an enhanced version of tclsh. Similarly, pgtksh is a
7-
wish replacement with postgres95 bindings. The Makefile is also set up
8-
so that you can choose "pgtksh" as a target.
7+
wish replacement with PostgreSQL bindings.
98

10-
pgtclsh has been tested with the official releases of
11-
Tcl version 7.4
12-
and Tk version 4.0
13-
14-
and will probably not work with versions older than those (including
15-
earlier beta releases).
16-
17-
For details of the libpgtcl interface, please see the file
18-
src/doc/libpgtcl.doc.
19-
20-
If you have any questions or bug reports, please send them to
21-
Jolly Chen at [email protected].
9+
For details of the libpgtcl interface, please see the Programmer's
10+
Guide.

0 commit comments

Comments
 (0)