diff options
author | D'Arcy J.M. Cain <darcy@druid.net> | 2002-03-19 13:20:52 +0000 |
---|---|---|
committer | D'Arcy J.M. Cain <darcy@druid.net> | 2002-03-19 13:20:52 +0000 |
commit | d6b4153f934527bb4752a1e69cc7416c1c055f6d (patch) | |
tree | b0815a7cdd3bd9119d51d8102908f04d9ae19ca3 /src/interfaces/python/pg.py | |
parent | b292cafcd47d1242df4f68d7182a17de02eb668f (diff) | |
download | postgresql-d6b4153f934527bb4752a1e69cc7416c1c055f6d.tar.gz postgresql-d6b4153f934527bb4752a1e69cc7416c1c055f6d.zip |
Fix name in comments and add info about this module's place in PyGreSQL.
Diffstat (limited to 'src/interfaces/python/pg.py')
-rw-r--r-- | src/interfaces/python/pg.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interfaces/python/pg.py b/src/interfaces/python/pg.py index 189ac112202..d9d34d872c8 100644 --- a/src/interfaces/python/pg.py +++ b/src/interfaces/python/pg.py @@ -1,8 +1,9 @@ -# pgutil.py +# pg.py # Written by D'Arcy J.M. Cain -# This library implements some basic database management stuff -# It includes the pg module and builds on it +# This library implements some basic database management stuff. It +# includes the pg module and builds on it. This is known as the +# "Classic" interface. For DB-API compliance use the pgdb module. from _pg import * import string, re, sys |