From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "incheol yang" <zoar(at)paran(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1955: trigger action on delete |
Date: | 2005-10-11 15:00:13 |
Message-ID: | 14342.1129042813@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"incheol yang" <zoar(at)paran(dot)com> writes:
> => DELETE FROM ttest;
> INFO: trigf (fired before): there are 2 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
> fired before -> before -> after -> after
> Is this my fault?
I think this is a documentation bug. I'm not sure the example output
was ever correct, but it's certainly wrong now.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-10-11 15:20:09 | Re: BUG #1947: Enhancement Request - CONCAT() function |
Previous Message | incheol yang | 2005-10-11 13:30:49 | BUG #1955: trigger action on delete |