python - lo: Align PGSERVICE handling with libpq.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - lo: Align PGSERVICE handling with libpq.
Date: 2007-11-22 17:23:35
Message-ID: 20071122172335.4D2AB17ADCBE@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Align PGSERVICE handling with libpq.

Formerly, if a service went unfound, ConfigParser would raise a
NoSectionError. This was done regardless of the file existence or readability,
which is inconsistent with libpq's error on access, but not on undefined service.
In the future, we will probably throw a warning about a missing service.

Additionally, allow users to specify the environment dictionary to get the
PGSYSCONFDIR variable from when using service options.

Modified Files:
--------------
lo/postgresql/utility/client:
environ.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/client/environ.py.diff?r1=1.1&r2=1.2)
option.py (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/client/option.py.diff?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-22 17:47:28 pgsql: Prevent Perl from introducing a possibly-incompatible definition
Previous Message Bruce Momjian 2007-11-22 15:10:05 pgsql: Add comments about thousands separator logic.