diff options
Diffstat (limited to 'src/interfaces/libpgtcl/README')
-rw-r--r-- | src/interfaces/libpgtcl/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/interfaces/libpgtcl/README b/src/interfaces/libpgtcl/README new file mode 100644 index 00000000000..d2e2d59c798 --- /dev/null +++ b/src/interfaces/libpgtcl/README @@ -0,0 +1,7 @@ +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 + |