diff options
Diffstat (limited to 'src/interfaces/libpgtcl/libpgtcl.h')
-rw-r--r-- | src/interfaces/libpgtcl/libpgtcl.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interfaces/libpgtcl/libpgtcl.h b/src/interfaces/libpgtcl/libpgtcl.h index fc021d56dc0..b54d64a3ca9 100644 --- a/src/interfaces/libpgtcl/libpgtcl.h +++ b/src/interfaces/libpgtcl/libpgtcl.h @@ -1,12 +1,13 @@ /*------------------------------------------------------------------------- * * libpgtcl.h-- - * libpgtcl is a tcl package for front-ends to interface with pglite - * It's the tcl equivalent of the old libpq C interface. + * + * libpgtcl is a tcl package for front-ends to interface with PostgreSQL. + * It's a Tcl wrapper for libpq. * * Copyright (c) 1994, Regents of the University of California * - * $Id: libpgtcl.h,v 1.5 1998/09/01 04:39:53 momjian Exp $ + * $Id: libpgtcl.h,v 1.6 1998/09/21 01:01:58 momjian Exp $ * *------------------------------------------------------------------------- */ |