pgsql-server/src/interfaces/python pg.py tutor ... - Mailing list pgsql-committers

From [email protected] (Bruce Momjian - CVS)
Subject pgsql-server/src/interfaces/python pg.py tutor ...
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    02/08/14 23:32:36

Modified files:
    src/interfaces/python: pg.py
    src/interfaces/python/tutorial: syscat.py

Log message:
    Well, that certainly appeared to be very straight forward.  pg.py and
    syscat.py scripts were both modified.  pg.py uses it to cache a list of
    pks (which is seemingly does for every db connection) and various
    attributes.  syscat uses it to walk the list of system tables and
    queries the various attributes from these tables.

    In both cases, it seemingly makes sense to apply what you've requested.

    Greg Copeland


pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/interfaces/python pgmodule.c ...
Next
From: [email protected] (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/interfaces/python/tutorial fu ...