python - lo: Add encoding space with a bytea entry.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - lo: Add encoding space with a bytea entry.
Date: 2005-09-18 23:32:49
Message-ID: 20050918233249.1069F11263C5@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add encoding space with a bytea entry. Test in test/encodings.py. __init__ also
includes encoding aliases(pgsql encoding names to python).

Modified Files:
--------------
lo:
setup.py (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/setup.py.diff?r1=1.10&r2=1.11)

Added Files:
-----------
lo/postgresql/encodings:
__init__.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/encodings/__init__.py?rev=1.1&content-type=text/x-cvsweb-markup)
bytea.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/encodings/bytea.py?rev=1.1&content-type=text/x-cvsweb-markup)
lo/test:
encodings.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/test/encodings.py?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-09-18 23:55:23 python - lo: Add typoid module.
Previous Message James William Pye 2005-09-18 23:25:39 python - lo: New Directory