pgsql: Domain support in PL/Python When examining what Python type to

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Domain support in PL/Python When examining what Python type to
Date: 2009-08-14 13:12:21
Message-ID: 20090814131221.C7E2F75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2009-08-14 13:28:22 pgsql: Made sure sqlca is reset for declare cursor in Informix mode as
Previous Message User Maosen 2009-08-14 09:38:20 pgexternaltable - src: