mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
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>
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