From 4a6dcf0322bfec3e568503585c0ab162f76373c2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 Oct 2005 02:23:12 +0000 Subject: [PATCH] Update trigger demo to reflect new trigger ordering. --- doc/src/sgml/trigger.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml index e6c8271f1d..966e556a71 100644 --- a/doc/src/sgml/trigger.sgml +++ b/doc/src/sgml/trigger.sgml @@ -1,5 +1,5 @@ @@ -675,8 +675,8 @@ vac=> SELECT * FROM ttest; => DELETE FROM 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 after ): there are 0 rows in ttest INFO: trigf (fired after ): there are 0 rows in ttest ^^^^^^ remember what we said about visibility. -- 2.40.0