]> granicus.if.org Git - postgresql/commit
Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be standard...
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 21 Feb 2007 03:27:32 +0000 (03:27 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 21 Feb 2007 03:27:32 +0000 (03:27 +0000)
commitafc7e0d848a756679813c88444ecf9cd5f5f92d4
tree466fa3dbacd32d2b8cee19d9b0f3bb0386ef30bd
parent80ab3e0d34dd8918a30a222e909b96b03bd3adeb
Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be standard type aliases as well as those known in pg_type. Similar to recent change in plperl.
doc/src/sgml/pltcl.sgml
src/pl/plpython/plpython.c
src/pl/tcl/pltcl.c