]> granicus.if.org Git - postgresql/commit
Domain support in PL/Python
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Aug 2009 13:12:21 +0000 (13:12 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Aug 2009 13:12:21 +0000 (13:12 +0000)
commitc74d8a7708d188f06e0c8bdf340847084915138f
tree73b8fec78c86cae3abb0e94bc4877ec4e69e88c1
parent79023381920f84370149812df7ce9869f89420d1
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.
src/pl/plpython/plpython.c