python - lo: Add a dictionary function. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - lo: Add a dictionary function.
Date
Msg-id 20071207004048.5857017AC898@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add a dictionary function.

This simply takes the data provided by pg_config and puts it into a dictionary.

'instance' will probably throw deprecation warnings on the next release.

Modified Files:
--------------
    lo/postgresql/utility:
        config.py (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/config.py.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: eggyknap@pgfoundry.org (User Eggyknap)
Date:
Subject: pllolcode - pllolcode: Make this work on OpenBSD; add TODO items.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ctl: Use pg_config dictionary.