8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d50e10 commit 4a6dcf0Copy full SHA for 4a6dcf0
doc/src/sgml/trigger.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="triggers">
@@ -675,8 +675,8 @@ vac=> SELECT * FROM ttest;
675
676
=> DELETE FROM ttest;
677
INFO: trigf (fired before): there are 2 rows in ttest
678
-INFO: trigf (fired after ): there are 1 rows in ttest
679
INFO: trigf (fired before): there are 1 rows in ttest
+INFO: trigf (fired after ): there are 0 rows in ttest
680
INFO: trigf (fired after ): there are 0 rows in ttest
681
^^^^^^
682
remember what we said about visibility.
0 commit comments