Small patch for "CREATE TRIGGER" documentation

From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Small patch for "CREATE TRIGGER" documentation
Date: 2013-03-07 00:27:06
Message-ID: CAB8KJ=infML6Ac9VAt_FjOvsN5hv=ZW+gGC7kR-XsMfzPvi=sQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs 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 Content-Type Size
create-trigger-doc-notes-2013-03-07.patch application/octet-stream 1.5 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2013-03-08 17:20:13 Re: [HACKERS] Contrib module "xml2" status
Previous Message Jaime Casanova 2013-03-06 22:55:21 pg_buffercache

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2013-03-07 00:37:40 Re: Enabling Checksums
Previous Message Jim Nasby 2013-03-07 00:17:32 Re: Enabling Checksums