postgresql/src/interfaces/libpgtcl
Bruce Momjian 9a8fcee342 Patch for tcl library crash, from Jan Wieck. 1997-10-30 17:29:57 +00:00
..
Makefile Added support for shlib for BSD44_derived & i386_solaris. 1997-10-28 15:13:10 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
libpgtcl.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pgtcl.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pgtclCmds.c Patch for tcl library crash, from Jan Wieck. 1997-10-30 17:29:57 +00:00
pgtclCmds.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pgtclId.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
pgtclId.h Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00

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