python - ip: Use new client options and move GT options to it's own - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - ip: Use new client options and move GT options to it's own
Date
Msg-id 20070402063811.744CD2173C6@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use new client options and move GT options to it's own module.

Other keyword updates.

Modified Files:
--------------
    ip/src:
        abstract.py (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/abstract.py.diff?r1=1.6&r2=1.7)
        python.py (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/python.py.diff?r1=1.7&r2=1.8)

Added Files:
-----------
    ip/src:
        option.py (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/option.py?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support enum data types.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Use new client options and environ.