pgsql-server/src/interfaces/python pg.py tutor ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/interfaces/python pg.py tutor ...
Date: 2002-08-15 03:32:36
Message-ID: 20020815033236.72146475DBD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-15 03:33:36 pgsql-server/src/interfaces/python/tutorial fu ...
Previous Message Bruce Momjian - CVS 2002-08-15 03:31:45 pgsql-server/src/interfaces/python pgmodule.c ...