postgresql/src/interfaces/libpgtcl
Marc G. Fournier 4e8f5c337c Well I haven't received any feedback pro or con re my suggested new Tcl
function so I am going to assume that it is such a good idea that no
one sees any point in discussing it.  :-)  I have made two changes -
I have merged this into pgtclCmds.c and I have taken out any code for
updating tuples after the loop body runs.  See comments for discussion
of this.

I have also fixed up the error checking stuff so that break, continue
and syntax errors have the expected result.

Submitted by: D'Arcy Cain
1996-10-07 21:19:09 +00:00
..
libpgtcl.h Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
Makefile Last changes to src from Dr. George *wipes brow* 1996-07-23 03:38:44 +00:00
pgtcl.c Well I haven't received any feedback pro or con re my suggested new Tcl 1996-10-07 21:19:09 +00:00
pgtclCmds.c Well I haven't received any feedback pro or con re my suggested new Tcl 1996-10-07 21:19:09 +00:00
pgtclCmds.h Well I haven't received any feedback pro or con re my suggested new Tcl 1996-10-07 21:19:09 +00:00
pgtclId.c Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
pgtclId.h Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00

libpgtcl is a library that implements Tcl commands for front-end
clients to interact with the Postgres95 backend.  See libpgtcl.doc for
details.

For an example of how to build a new tclsh to use libpgtcl, see the
directory ../bin/pgtclsh