mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Update documentation to say that \lo_import sets :LASTOID, not
lo_insert.
This commit is contained in:
parent
56a9adcb96
commit
1aad44f988
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue