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

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/src/interfaces/python pg.py tutor ...
Date
Msg-id 20020815033236.72146475DBD@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    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: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/interfaces/python pgmodule.c ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/interfaces/python/tutorial fu ...