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

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, David Fetter <david@fetter.org>, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, Itagaki Takahiro <itagaki.takahiro@gmail.com>, pgsql-hackers@postgresql.org
Date: 2010-12-31T13:52:49Z
Lists: 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