Re: [BUGS] BUG #4747: Some type names accepted in place of column name.

2009-04-01 Thread Tom Lane
"Bruce Toll" writes: > For instance, the pg_catalog.pg_class table has no > column "name", yet the following query returns rows from the pg_class > table: > SELECT pg_class.name FROM pg_class limit 2; > name > --

[BUGS] BUG #4747: Some type names accepted in place of column name.

2009-04-01 Thread Bruce Toll
The following bug has been logged online: Bug reference: 4747 Logged by: Bruce Toll Email address: bt...@dhsus.com PostgreSQL version: 8.4devel Operating system: GNU/Linux (Ubuntu Hardy) Description:Some type names accepted in place of column name. Details: Hello,