mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 11:06:21 -04:00
Update documentation to say that \lo_import sets :LASTOID, not
lo_insert.
This commit is contained in:
parent
9a22ea242b
commit
8b3790916d
1 changed files with 1 additions and 1 deletions
|
|
@ -2580,7 +2580,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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue