From ff02d0a05280e96e0b91b97ec50e98611f9c7598 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Sun, 13 Mar 2005 09:36:31 +0000 Subject: Make default_with_oids default to false -- user-created tables will now no longer include OIDs, unless WITH OIDS is specified or the default_with_oids configuration parameter is enabled. Update the docs accordingly. --- doc/src/sgml/pltcl.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/pltcl.sgml') diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index 1d22035fa9..7cb60a3c58 100644 --- a/doc/src/sgml/pltcl.sgml +++ b/doc/src/sgml/pltcl.sgml @@ -1,5 +1,5 @@ @@ -400,8 +400,9 @@ $$ LANGUAGE pltcl; Returns the OID of the row inserted by the last - spi_exec or spi_execp, - if the command was a single-row INSERT. (If not, you get zero.) + spi_exec or spi_execp, if the + command was a single-row INSERT and the modified + table contained OIDs. (If not, you get zero.) -- cgit v1.2.1