mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update trigger demo to reflect new trigger ordering.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/trigger.sgml,v 1.42 2005/03/29 00:16:49 tgl Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/trigger.sgml,v 1.43 2005/10/13 02:23:12 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="triggers">
|
<chapter id="triggers">
|
||||||
@ -675,8 +675,8 @@ vac=> SELECT * FROM ttest;
|
|||||||
|
|
||||||
=> DELETE FROM ttest;
|
=> DELETE FROM ttest;
|
||||||
INFO: trigf (fired before): there are 2 rows in ttest
|
INFO: trigf (fired before): there are 2 rows in ttest
|
||||||
INFO: trigf (fired after ): there are 1 rows in ttest
|
|
||||||
INFO: trigf (fired before): there are 1 rows in ttest
|
INFO: trigf (fired before): there are 1 rows in ttest
|
||||||
|
INFO: trigf (fired after ): there are 0 rows in ttest
|
||||||
INFO: trigf (fired after ): there are 0 rows in ttest
|
INFO: trigf (fired after ): there are 0 rows in ttest
|
||||||
^^^^^^
|
^^^^^^
|
||||||
remember what we said about visibility.
|
remember what we said about visibility.
|
||||||
|
Reference in New Issue
Block a user