Thread: python - lo: Convenience interface to pg_config executables.

python - lo: Convenience interface to pg_config executables.

From
jwp@pgfoundry.org (James William Pye)
Date:
Log Message:
-----------
Convenience interface to pg_config executables.

import postgresql.utility.config as cf
i = cf.instance()
i.version, i.pkglibdir, i.includedir, i.includedir_server, etc.

Added Files:
-----------
    lo/postgresql/utility:
        config.py (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/config.py?rev=1.1&content-type=text/x-cvsweb-markup)