mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
docs: cleanup/remove/update references to OID column.
I (Andres) missed these in 578b229718.
Author: Justin Pryzby, editorialized a bit by Andres Freund
Reviewed-By: Daniel Verite, Andres Freund
Discussion: https://postgr.es/m/20190408002847.GA904@telsasoft.com
This commit is contained in:
@@ -551,14 +551,12 @@ INSERT INTO <replaceable class="parameter">table_name</replaceable> [ AS <replac
|
||||
<screen>
|
||||
INSERT <replaceable>oid</replaceable> <replaceable class="parameter">count</replaceable>
|
||||
</screen>
|
||||
The <replaceable class="parameter">count</replaceable> is the
|
||||
number of rows inserted or updated. If <replaceable
|
||||
class="parameter">count</replaceable> is exactly one, and the
|
||||
target table has OIDs, then <replaceable
|
||||
class="parameter">oid</replaceable> is the <acronym>OID</acronym>
|
||||
assigned to the inserted row. The single row must have been
|
||||
inserted rather than updated. Otherwise <replaceable
|
||||
class="parameter">oid</replaceable> is zero.
|
||||
The <replaceable class="parameter">count</replaceable> is the number of
|
||||
rows inserted or updated. <replaceable>oid</replaceable> is always 0 (it
|
||||
used to be the <acronym>OID</acronym> assigned to the inserted row if
|
||||
<replaceable>rows</replaceable> was exactly one and the target table was
|
||||
declared <literal>WITH OIDS</literal> and 0 otherwise, but creating a table
|
||||
<literal>WITH OIDS</literal> is not supported anymore).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user