Discussion:
BUG #7908: documentation mismatch
(too old to reply)
m***@wincor-nixdorf.com
2013-02-27 09:56:57 UTC
Permalink
The following bug has been logged on the website:

Bug reference: 7908
Logged by: Michael Enke
Email address: ***@wincor-nixdorf.com
PostgreSQL version: 9.1.8
Operating system: CentOS 6.2
Description:

in page docs/9.1/static/trigger-definition.html (applies also for other
versions):
... while row-level AFTER triggers fire at the end of the statement ...
should be changed to
... while row-level AFTER triggers fire immediately after a particular row
is operated on ...
--
Sent via pgsql-bugs mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Tom Lane
2013-02-27 15:45:29 UTC
Permalink
Post by m***@wincor-nixdorf.com
in page docs/9.1/static/trigger-definition.html (applies also for other
... while row-level AFTER triggers fire at the end of the statement ...
should be changed to
... while row-level AFTER triggers fire immediately after a particular row
is operated on ...
Uh, no, that text is correct as written.

regards, tom lane
--
Sent via pgsql-bugs mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Michael Enke
2013-02-27 16:03:07 UTC
Permalink
Ups, thank you for clarification.
Regards, Michael
Post by Tom Lane
Post by m***@wincor-nixdorf.com
in page docs/9.1/static/trigger-definition.html (applies also for other
... while row-level AFTER triggers fire at the end of the statement ...
should be changed to
... while row-level AFTER triggers fire immediately after a particular row
is operated on ...
Uh, no, that text is correct as written.
regards, tom lane
WINCOR NIXDORF International GmbH
Sitz der Gesellschaft: Paderborn
Registergericht Paderborn HRB 3507
Geschäftsführer: Eckard Heidloff (Vorsitzender), Dr. Jürgen Wunram (stellv. Vors.), Jens Bohlen
Vorsitzender des Aufsichtsrats: Dr. Alexander Dibelius
Steuernummer: 339/5884/0020 - Ust-ID Nr.: DE812927716 - WEEE-Reg.-Nr. DE44477193

Diese E-Mail enthält vertrauliche Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben,
informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.

This e-mail may contain confidential information.
If you are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail.
Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
--
Sent via pgsql-bugs mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Loading...