python - lo: Add a dictionary function.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - lo: Add a dictionary function.
Date: 2007-12-07 00:40:48
Message-ID: 20071207004048.5857017AC898@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-12-07 02:51:30 python - ctl: Use pg_config dictionary.
Previous Message User Eggyknap 2007-12-07 00:01:21 pllolcode - pllolcode: Make this work on OpenBSD; add TODO items.