pgsql: Domain support in PL/Python When examining what Python type to - Mailing list pgsql-committers

From [email protected] (Peter Eisentraut)
Subject pgsql: Domain support in PL/Python When examining what Python type to
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Domain support in PL/Python

When examining what Python type to convert a PostgreSQL type to on input,
look at the base type of the input type, otherwise all domains end up
defaulting to string.

Modified Files:
--------------
    pgsql/src/pl/plpython:
        plpython.c (r1.124 -> r1.125)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.124&r2=1.125)

pgsql-committers by date:

Previous
From: [email protected] (User Maosen)
Date:
Subject: pgexternaltable - src:
Next
From: [email protected] (Michael Meskes)
Date:
Subject: pgsql: Made sure sqlca is reset for declare cursor in Informix mode as