aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-01-05 21:32:10 -0500
committerBruce Momjian <bruce@momjian.us>2011-01-05 21:32:10 -0500
commit1aad44f988dbebbdde986478f25096037c6dd931 (patch)
tree53c6050a4fdf14ec9501775b2e4e1f28dfc01a36 /doc/src
parent56a9adcb96ead8569582aa1f0f77a8fa9e24c189 (diff)
downloadpostgresql-1aad44f988dbebbdde986478f25096037c6dd931.tar.gz
postgresql-1aad44f988dbebbdde986478f25096037c6dd931.zip
Update documentation to say that \lo_import sets :LASTOID, not
lo_insert.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 0c658d1f5b3..5f61561eea5 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -2679,7 +2679,7 @@ bar
<listitem>
<para>
The value of the last affected OID, as returned from an
- <command>INSERT</command> or <command>lo_insert</command>
+ <command>INSERT</command> or <command>\lo_import</command>
command. This variable is only guaranteed to be valid until
after the result of the next <acronym>SQL</acronym> command has
been displayed.