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)
commit68096ece36e3300ef22696a94fb0aa8c17a57448
treec31a76b557c3838ec639337be708f3c06de2e232
parentb563a8e8aa8ccb0d8710c9246048c5db5e11f5ab
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