regclass error reports improperly downcased

From: Jim Nasby <jnasby(at)enova(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Michael Elterman <melterman(at)enova(dot)com>
Subject: regclass error reports improperly downcased
Date: 2013-11-08 00:29:02
Message-ID: 527C304E.8040005@enova.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

psql (9.3.1)
Type "help" for help.

decibel(at)decina(dot)cashnetusa=# 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2013-11-08 00:38:17 Re: regclass error reports improperly downcased
Previous Message Tom Lane 2013-11-08 00:09:32 Re: [PATCH] warning: suggest braces around empty body in an 'else' statement