mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 02:44:39 -05: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.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