Re: [HACKERS] Schema.Table.Col resolution seems broken in Alpha5

2010-04-27 Thread Tom Lane
Josh Berkus writes: > It appears that something broke the ability to refer to columns by full > SQL path names in 9.0. That is, references to columns as > schema.table.col will produce a completely bogus error which did not > exist on previous versions. My fault :-(. Seems we have no regression

[HACKERS] Schema.Table.Col resolution seems broken in Alpha5

2010-04-27 Thread Josh Berkus
Hackers, It appears that something broke the ability to refer to columns by full SQL path names in 9.0. That is, references to columns as schema.table.col will produce a completely bogus error which did not exist on previous versions. The following works perfectly well in 8.4: postgres=# create