postgresql/src/bin/pgtclsh
Peter Eisentraut 191870388d A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases
where someone wants to build these but hasn't configured for Tcl.
2000-07-01 15:02:31 +00:00
..
Makefile A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases 2000-07-01 15:02:31 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
mkMakefile.tcldefs.sh A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases 2000-07-01 15:02:31 +00:00
mkMakefile.tkdefs.sh A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases 2000-07-01 15:02:31 +00:00
pgtclAppInit.c Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
pgtclUtils.tcl Add res clear to example 2000-04-26 17:51:03 +00:00
pgtkAppInit.c Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
updateStats.tcl xinv fix for tclsh 1998-03-06 22:49:58 +00:00

README

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

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.