python - be: Implement Type.LookupByName. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Implement Type.LookupByName.
Date
Msg-id 20060717004816.EC91086C564@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Implement Type.LookupByName.

Ultimately depends on parseTypeString.
While at it, add a missed trap as parseTypeString can certainly ereport out.

Modified Files:
--------------
    be/src:
        type.c (r1.23 -> r1.24)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.23&r2=1.24)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Improve psql's \df slash command to include the argument names
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: That didn't work out too well.