mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21: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:
@@ -465,7 +465,7 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
|
||||
that the <literal>NEW</literal> row seen by the condition is the current value,
|
||||
as possibly modified by earlier triggers. Also, a <literal>BEFORE</literal>
|
||||
trigger's <literal>WHEN</literal> condition is not allowed to examine the
|
||||
system columns of the <literal>NEW</literal> row (such as <literal>oid</literal>),
|
||||
system columns of the <literal>NEW</literal> row (such as <literal>ctid</literal>),
|
||||
because those won't have been set yet.
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user