[DOCS] Typo in trigger docs - Mailing list pgsql-docs

From igorludi@gmail.com
Subject [DOCS] Typo in trigger docs
Date
Msg-id 20170523104053.29939.21417@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] Typo in trigger docs  (Euler Taveira <euler@timbira.com.br>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/trigger-definition.html
Description:


https://www.postgresql.org/docs/9.6/static/trigger-definition.html


I believe that ("statement" is wrong):

"Row-level BEFORE triggers fire immediately before a particular row is
operated on, while row-level AFTER triggers fire at the end of the statement
(but before any statement-level AFTER triggers)."


should be:

"Row-level BEFORE triggers fire immediately before a particular row is
operated on, while row-level AFTER triggers fire after the row has been
operated on (but before any statement-level AFTER triggers)."


BR,

Igor

pgsql-docs by date:

Previous
From: NGUYEN TRONG LANH
Date:
Subject: [DOCS] Problem about connect Postgre using ADO.NET
Next
From: "Charles Clavadetscher"
Date:
Subject: Re: [DOCS] Problem about connect Postgre using ADO.NET