Re: [BUGS] BUG #4747: Some type names accepted in place of column name.
"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.
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,