Typo in trigger docs

From: igorludi(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: Typo in trigger docs
Date: 2017-05-23 10:40:53
Message-ID: 20170523104053.29939.21417@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Charles Clavadetscher 2017-05-24 07:24:18 Re: Problem about connect Postgre using ADO.NET
Previous Message NGUYEN TRONG LANH 2017-05-23 07:17:52 Problem about connect Postgre using ADO.NET