Re: [BUGS] Bug #820: RULE on INSERT unable to access NEW serial value anymore

2002-11-18 Thread Tom Lane
[EMAIL PROTECTED] writes: > Enclosed is example code that behaves differently on versions 7.1.3 > and 7.2.3 with a loss of functionality in the latter version. Um, your example shows that 7.1's behavior isn't actually useful either, since its dbmodlog.rowid values don't match tblData.id: > test=#

[BUGS] Bug #820: RULE on INSERT unable to access NEW serial value anymore

2002-11-18 Thread pgsql-bugs
Kristofer Munn ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description RULE on INSERT unable to access NEW serial value anymore Long Description Enclosed is example code that behaves differently on versions 7.1.3 and 7.2.3 with a loss