From 1aad44f988dbebbdde986478f25096037c6dd931 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Wed, 5 Jan 2011 21:32:10 -0500 Subject: [PATCH] Update documentation to say that \lo_import sets :LASTOID, not lo_insert. --- doc/src/sgml/ref/psql-ref.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab