python - lo: Add typoid module.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - lo: Add typoid module.
Date: 2005-09-18 23:55:23
Message-ID: 20050918235523.AF15F11263A1@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add typoid module. Effectively, mapping of name to type Oids.
from postgresql.backend import typoid

Added Files:
-----------
lo/postgresql/backend:
typoid.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/backend/typoid.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-19 00:36:55 python - pq: Remove extra terminal states.
Previous Message James William Pye 2005-09-18 23:32:49 python - lo: Add encoding space with a bytea entry.