diff options
author | cjs <cjs@pkgsrc.org> | 2005-07-07 08:00:24 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2005-07-07 08:00:24 +0000 |
commit | a84eb511b63ae559557f0ba8f862a61f15100705 (patch) | |
tree | 45681c5d2dc6c31459771444b8a4bf412fa93fd3 /databases/pgtcl/DESCR | |
parent | 80d56f8cd396250855e14cf0c60f6b958ef662d9 (diff) | |
download | pkgsrc-a84eb511b63ae559557f0ba8f862a61f15100705.tar.gz |
Mention other pgtcl-like projects.
Diffstat (limited to 'databases/pgtcl/DESCR')
-rw-r--r-- | databases/pgtcl/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/pgtcl/DESCR b/databases/pgtcl/DESCR index 903020b68c3..57eea4e5c3a 100644 --- a/databases/pgtcl/DESCR +++ b/databases/pgtcl/DESCR @@ -1 +1,7 @@ TCL interface to PostgreSQL. + +This is one of three different ones that are available. This is the +"standard version" evolved from the interfaces/libpgtcl which used to +be included with the PostgreSQL distribution. There is also a pgintcl +interface, which is entirely native TCL and does not rely on libpq, and +pgtclng, which is the "next generation" version of pgtcl. |