diff options
Diffstat (limited to 'doc/src/sgml/pltcl.sgml')
-rw-r--r-- | doc/src/sgml/pltcl.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index 1d22035fa9b..7cb60a3c581 100644 --- a/doc/src/sgml/pltcl.sgml +++ b/doc/src/sgml/pltcl.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.34 2005/01/22 22:56:36 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.35 2005/03/13 09:36:30 neilc Exp $ --> <chapter id="pltcl"> @@ -400,8 +400,9 @@ $$ LANGUAGE pltcl; <listitem> <para> Returns the OID of the row inserted by the last - <function>spi_exec</> or <function>spi_execp</>, - if the command was a single-row <command>INSERT</>. (If not, you get zero.) + <function>spi_exec</> or <function>spi_execp</>, if the + command was a single-row <command>INSERT</> and the modified + table contained OIDs. (If not, you get zero.) </para> </listitem> </varlistentry> |