mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 11:21:03 -05:00
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 |
||
|---|---|---|
| .. | ||
| libpgtcl.h | ||
| Makefile | ||
| pgtcl.c | ||
| pgtclCmds.c | ||
| pgtclCmds.h | ||
| pgtclId.c | ||
| pgtclId.h | ||
| README | ||
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