"Steve Gieseking" <[EMAIL PROTECTED]> writes: > I am maintaining code that uses ecpg. The following query was working with > the previous version of ecpg: > ... > The problem is the translation to ensable. This appears to be caused by the > file 'preproc.y' at the line: > | ENABLE_P { $$ = make_str("ensable"); }
Good catch, but AFAICS this was broken in 8.1 as well. What "previous version" are you comparing to? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match