Обсуждение: Small patch for "CREATE TRIGGER" documentation

Поиск
Список
Период
Сортировка

Small patch for "CREATE TRIGGER" documentation

От
Ian Lawrence Barwick
Дата:
I found this sentence somewhat confusing:

"It is possible for a column's value to change even when the trigger
is not fired,"

http://www.postgresql.org/docs/devel/static/sql-createtrigger.html#SQL-CREATETRIGGER-NOTES

More precise would be something along the lines "It is possible that
changes to the
column's value will not cause the trigger to be fired".

The attached patch hopefully rewords the entire paragraph for clarity.

Regards

Ian Barwick

Re: Small patch for "CREATE TRIGGER" documentation

От
Robert Haas
Дата:
On Wed, Mar 6, 2013 at 7:27 PM, Ian Lawrence Barwick <barwick@gmail.com> wrote:
> I found this sentence somewhat confusing:
>
> "It is possible for a column's value to change even when the trigger
> is not fired,"
>
> http://www.postgresql.org/docs/devel/static/sql-createtrigger.html#SQL-CREATETRIGGER-NOTES
>
> More precise would be something along the lines "It is possible that
> changes to the
> column's value will not cause the trigger to be fired".
>
> The attached patch hopefully rewords the entire paragraph for clarity.

I guess I prefer the current version, personally.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company