OSDN Git Service

Well, that certainly appeared to be very straight forward. pg.py and
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Aug 2002 03:32:36 +0000 (03:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Aug 2002 03:32:36 +0000 (03:32 +0000)
commit4f1ac055f1a7111c2373d3b930a89f1dab57c7fe
tree4edeba4ffbc4e807f39bf08a751dcaa8787007f8
parent147aa84c1a0c4ed6444696e04881e938f38c3c20
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
src/interfaces/python/pg.py
src/interfaces/python/tutorial/syscat.py