error messages without schema name - Mailing list pgsql-general

From Filip Rembiałkowski
Subject error messages without schema name
Date
Msg-id 92869e660612130619k4d6a0pf40d808d2962e224@mail.gmail.com
Whole thread Raw
Responses Re: error messages without schema name  ("Shoaib Mir" <shoaibmir@gmail.com>)
List pgsql-general
Hi all,

I heard once that all messages which refer to table names should also
give their schema name.

I mean, if I see something like

rzeznia=# TRUNCATE  nsp2.foo;
ERROR:  cannot truncate a table referenced in a foreign key constraint
DETAIL:  Table "bar" references "foo".
HINT:  Truncate table "bar" at the same time, or use TRUNCATE ... CASCADE.

I do not know which namespace "bar" belongs to.

Is this a bug, or do I have to live with it?

--
Filip Rembiałkowski

pgsql-general by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: PG Admin
Next
From: "Gurjeet Singh"
Date:
Subject: Re: PG Admin