Domain support in PL/Python
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpython.c | modified | +2 −2 |