Re: [GENERAL] Confusing error message.

2013-04-24 Thread Sergey Konoplev
On Wed, Apr 24, 2013 at 4:21 AM, Dmitriy Igrishin wrote: > I've spend some time to find a bug in the application, > which performed query with entire quoted schema-qualified > relation name (i.e. "schema.relation" instead of "schema"."relation" > or just schema.relation), and the error handler pri

[GENERAL] Confusing error message.

2013-04-24 Thread Dmitriy Igrishin
Hey, It seems to me, that this is confusing: dmitigr=> create schema test; CREATE SCHEMA dmitigr=> create table test.test(); CREATE TABLE dmitigr=> table "test.test"; ERROR: relation "test.test" does not exist LINE 1: table "test.test"; ^ dmitigr=> table test.test1; ERROR: relatio