mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Fix name in comments and add info about this module's place in PyGreSQL.
This commit is contained in:
@ -1,8 +1,9 @@
|
|||||||
# pgutil.py
|
# pg.py
|
||||||
# Written by D'Arcy J.M. Cain
|
# Written by D'Arcy J.M. Cain
|
||||||
|
|
||||||
# This library implements some basic database management stuff
|
# This library implements some basic database management stuff. It
|
||||||
# It includes the pg module and builds on 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 *
|
from _pg import *
|
||||||
import string, re, sys
|
import string, re, sys
|
||||||
|
Reference in New Issue
Block a user