Domain support in PL/Python

Peter Eisentraut <peter_e@gmx.net>

Commit: c74d8a7708d188f06e0c8bdf340847084915138f
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-08-14T13:12:21Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/pl/plpython/plpython.c modified +2 −2