postgresql/src/interfaces/libpgtcl
Marc G. Fournier fdaf47f9f4 The last patch fixes some incongruences in the #define used to compile the
Tcl arrays support. Here are the correct values to be defined in config.h
and pgtclCmds.c.

Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
1997-01-23 19:47:18 +00:00
..
libpgtcl.h Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck) 1996-10-30 06:18:42 +00:00
Makefile Fix from Andrew for compiling libpgtcl...basically, switch off -Werror, 1997-01-23 16:04:25 +00:00
pgtcl.c someone added pg_listen and pg_notifies to libpgtcl. But first 1997-01-03 18:48:31 +00:00
pgtclCmds.c The last patch fixes some incongruences in the #define used to compile the 1997-01-23 19:47:18 +00:00
pgtclCmds.h someone added pg_listen and pg_notifies to libpgtcl. But first 1997-01-03 18:48:31 +00:00
pgtclId.c Various cleanups from D'Arcy 1996-11-11 12:14:45 +00:00
pgtclId.h Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck) 1996-10-30 06:18:42 +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