Luiz K. Matsumura wrote: > Hi, > I downloaded the last snapshot on Dave page (svn rev 6606). > This version don't work with postgres 8.1 and 8.0. > I think that error is caused by a modification in pgDatabase.c > I try to find an equivalent query but I not sure if this is correct, > please see if this will work fine. >
There's an extra 'select' in your patch which I removed, but otherwise, yes, thats good. I was looking for 'current_setting()' yesterday but couldn't find it - probably because we have: set_config() current_setting() pg_show_all_settings() which couldn't be more different in naming styles if they tried! Thanks, Dave. ---------------------------(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