diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index 3f0e6290bb2..e209b2a2d23 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1026,13 +1026,6 @@ rv = plpy.execute(plan, ["name"], 5) <para> Query parameters and result row fields are converted between PostgreSQL and Python data types as described in <xref linkend="plpython-data">. - The exception is that composite types are currently not supported: They - will be rejected as query parameters and are converted to strings when - appearing in a query result. As a workaround for the latter problem, the - query can sometimes be rewritten so that the composite type result - appears as a result row rather than as a field of the result row. - Alternatively, the resulting string could be parsed apart by hand, but - this approach is not recommended because it is not future-proof. </para> <para> |