Re: [BUGS] BUG #14500: error message displays "schema dot relation"in double quotes all together - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: [BUGS] BUG #14500: error message displays "schema dot relation"in double quotes all together
Date
Msg-id CACjxUsNXM+BNH8_aHTChU0zwP6WZ6zuFTiSpzJWyKKdm8sAQJg@mail.gmail.com
Whole thread Raw
In response to [BUGS] BUG #14500: error message displays "schema dot relation" in doublequotes all together  (vodevsh@gmail.com)
Responses Re: [BUGS] BUG #14500: error message displays "schema dot relation"in double quotes all together  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
On Tue, Jan 17, 2017 at 5:09 AM,  <vodevsh@gmail.com> wrote:

> I'm not sure if it's a bug or feature, but I find error message misleading.
> ERROR: relation [“schema_name.table_name”] does not exist gives an
> impression that schema name is part of relation name. Should not it be
> ERROR: relation [“schema name”].["table_name"] does not exist instead? I
> doubt it's a bug, because this message seems version not specific. But does
> not it look wrong?

I doubt that it can really be considered a bug, since it is
functioning as designed.

On the other hand, it's annoying for copy/paste, especially with camel
case names.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] BUG #14500: error message displays "schema dot relation"in double quotes all together
Next
From: Vladimir Svedov
Date:
Subject: Re: [BUGS] BUG #14500: error message displays "schema dot relation"in double quotes all together