|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/trigger.sgml,v 1.42 2005/03/29 00:16:49 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/trigger.sgml,v 1.43 2005/10/13 02:23:12 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="triggers"> |
@@ -675,8 +675,8 @@ vac=> SELECT * FROM ttest; |
675 | 675 |
|
676 | 676 | => DELETE FROM ttest; |
677 | 677 | INFO: trigf (fired before): there are 2 rows in ttest |
678 | | -INFO: trigf (fired after ): there are 1 rows in ttest |
679 | 678 | INFO: trigf (fired before): there are 1 rows in ttest |
| 679 | +INFO: trigf (fired after ): there are 0 rows in ttest |
680 | 680 | INFO: trigf (fired after ): there are 0 rows in ttest |
681 | 681 | ^^^^^^ |
682 | 682 | remember what we said about visibility. |
|