From: Bruce Momjian Date: Thu, 6 Jan 2011 02:32:10 +0000 (-0500) Subject: Update documentation to say that \lo_import sets :LASTOID, not X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=1aad44f988dbebbdde986478f25096037c6dd931;p=users%2Fc2main%2Fpostgres.git Update documentation to say that \lo_import sets :LASTOID, not lo_insert. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 0c658d1f5b..5f61561eea 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2679,7 +2679,7 @@ bar The value of the last affected OID, as returned from an - INSERT or lo_insert + INSERT or \lo_import command. This variable is only guaranteed to be valid until after the result of the next SQL command has been displayed.