error messages without schema name

Поиск
Список
Период
Сортировка
От Filip Rembiałkowski
Тема error messages without schema name
Дата
Msg-id 92869e660612130619k4d6a0pf40d808d2962e224@mail.gmail.com
обсуждение исходный текст
Ответы Re: error messages without schema name  ("Shoaib Mir" <shoaibmir@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: PG Admin
Следующее
От: "Gurjeet Singh"
Дата:
Сообщение: Re: PG Admin