diff options
Diffstat (limited to 'doc/libpgtcl.doc')
-rw-r--r-- | doc/libpgtcl.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libpgtcl.doc b/doc/libpgtcl.doc index ce7da7fc53e..1ce02762f88 100644 --- a/doc/libpgtcl.doc +++ b/doc/libpgtcl.doc @@ -1,5 +1,5 @@ -pgtcl is a tcl package for front-end programs to interface with Postgres95 +pgtcl is a tcl package for front-end programs to interface with PostgreSQL backends. PgTcl does not use the libpq library but communicates to the backend directly via the frontend-backend protocol. Thus, it is more efficient than previous postgres->tcl bindings which are layered |