summaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpgsql.sgml
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-03-13 09:36:31 +0000
committerNeil Conway <neilc@samurai.com>2005-03-13 09:36:31 +0000
commitff02d0a05280e96e0b91b97ec50e98611f9c7598 (patch)
tree430a642c7e87e1585db184183a4f0ce523412ef6 /doc/src/sgml/plpgsql.sgml
parent0edc2f14e0b5ece995a5ebb7f36ea593d730c4aa (diff)
downloadpostgresql-ff02d0a05280e96e0b91b97ec50e98611f9c7598.tar.gz
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.
Diffstat (limited to 'doc/src/sgml/plpgsql.sgml')
-rw-r--r--doc/src/sgml/plpgsql.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml
index 6284b793b0..77924fd569 100644
--- a/doc/src/sgml/plpgsql.sgml
+++ b/doc/src/sgml/plpgsql.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.61 2005/02/14 00:54:26 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.62 2005/03/13 09:36:30 neilc Exp $
-->
<chapter id="plpgsql">
@@ -1299,7 +1299,8 @@ GET DIAGNOSTICS <replaceable>variable</replaceable> = <replaceable>item</replace
the <acronym>SQL</acronym> engine, and <varname>RESULT_OID</>,
the OID of the last row inserted by the most recent
<acronym>SQL</acronym> command. Note that <varname>RESULT_OID</>
- is only useful after an <command>INSERT</command> command.
+ is only useful after an <command>INSERT</command> command into a
+ table containing OIDs.
</para>
<para>