diff options
author | Andres Freund <andres@anarazel.de> | 2019-04-17 17:22:56 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-04-17 17:22:56 -0700 |
commit | f6b39171f3d65155b9390c2c69bc5b3469f923a8 (patch) | |
tree | 21e37931cc9dfcb35140ebe9fb596cd858fb75ee /doc/src/sgml/ref/create_trigger.sgml | |
parent | 421a2c48328c88eb31f6b29979218f0a350bb739 (diff) |
docs: cleanup/remove/update references to OID column.
I (Andres) missed these in 578b229718e8f.
Author: Justin Pryzby, editorialized a bit by Andres Freund
Reviewed-By: Daniel Verite, Andres Freund
Discussion: https://postgr.es/m/20190408002847.GA904@telsasoft.com
Diffstat (limited to 'doc/src/sgml/ref/create_trigger.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_trigger.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_trigger.sgml b/doc/src/sgml/ref/create_trigger.sgml index 6456105de61..3339a4b4e16 100644 --- a/doc/src/sgml/ref/create_trigger.sgml +++ b/doc/src/sgml/ref/create_trigger.sgml @@ -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> |