From afc7e0d848a756679813c88444ecf9cd5f5f92d4 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Wed, 21 Feb 2007 03:27:32 +0000 Subject: 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index 41a93fbd951..6ae266a5b72 100644 --- a/doc/src/sgml/pltcl.sgml +++ b/doc/src/sgml/pltcl.sgml @@ -1,4 +1,4 @@ - + PL/Tcl - Tcl Procedural Language @@ -331,9 +331,6 @@ spi_exec -array C "SELECT * FROM pg_class" { If the query uses parameters, the names of the parameter types must be given as a Tcl list. (Write an empty list for typelist if no parameters are used.) - Presently, the parameter types must be identified by the internal - type names shown in the system table pg_type; for example int4 not - integer. The return value from spi_prepare is a query ID -- cgit v1.2.3