Small patch for "CREATE TRIGGER" documentation - Mailing list pgsql-hackers

From Ian Lawrence Barwick
Subject Small patch for "CREATE TRIGGER" documentation
Date
Msg-id CAB8KJ=infML6Ac9VAt_FjOvsN5hv=ZW+gGC7kR-XsMfzPvi=sQ@mail.gmail.com
Whole thread Raw
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: odd behavior in materialized view
Next
From: Craig Ringer
Date:
Subject: Re: Enabling Checksums