psql (9.3.1) Type "help" for help. [email protected]=# SELECT 'Moo'::regclass; ERROR: relation "moo" does not exist at character 8
Obviously in this example it doesn't matter, but this can definitely confuse users. Same in 9.1 and HEAD. -- Jim Nasby, Lead Data Architect (512) 569-9461 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
