Re: and it's not a bunny rabbit, either

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: and it's not a bunny rabbit, either
Дата
Msg-id 1293803569.19789.6.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на Re: and it's not a bunny rabbit, either  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On tor, 2010-12-30 at 11:49 -0500, Tom Lane wrote:
> ISTM there are four things we might potentially want to state in the
> error message: the feature/operation you tried to apply, the name of
> the object you tried to apply it to, the type of that object, and the
> set of object types that the feature/operation will actually work for.

I think the latter should be completely omitted unless it's
exceptionally important.

You can construct pretty silly things down this line:

ERROR:  permission denied for relation "x"
ERROR:  relation "x" does not exist

vs.

ERROR:  you only have permission on relation a, b, c
ERROR:  only the following relations exist: a, b, c




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Sync Rep Design
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Sync Rep Design