mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -3105,7 +3105,7 @@ int SPI_fnumber(TupleDesc <parameter>rowdesc</parameter>, const char * <paramete
|
||||
|
||||
<para>
|
||||
If <parameter>colname</parameter> refers to a system column (e.g.,
|
||||
<literal>oid</literal>) then the appropriate negative column number will
|
||||
<literal>ctid</literal>) then the appropriate negative column number will
|
||||
be returned. The caller should be careful to test the return value
|
||||
for exact equality to <symbol>SPI_ERROR_NOATTRIBUTE</symbol> to
|
||||
detect an error; testing the result for less than or equal to 0 is
|
||||
|
Reference in New Issue
Block a user