From 8b3790916dca2455fc915c1923bbc61aa4d87753 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 5 Jan 2011 21:32:13 -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 006c6ba40d9..1017ef4e4b8 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2580,7 +2580,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. -- 2.39.5