postgresql/src/bin/pgtclsh
2003-12-19 11:54:23 +00:00
..
Makefile Add missing $(X). 2003-12-19 11:54:23 +00:00
pgtclAppInit.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pgtclUtils.tcl Add res clear to example 2000-04-26 17:51:03 +00:00
pgtkAppInit.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
README We're past Postgres95 now, and I'm sure Jolly doesn't want to receive any 2001-03-14 21:03:38 +00:00
updateStats.tcl Major overhaul of large-object implementation, by Denis Perchine with 2000-10-24 01:38:44 +00:00

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 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 PostgreSQL bindings.

For details of the libpgtcl interface, please see the Programmer's
Guide.