diff options
-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. |