Duplicate object names in GRANT

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Duplicate object names in GRANT
Дата
Msg-id Pine.LNX.4.58.0507271339530.22654@linuxworld.com.au
обсуждение исходный текст
Ответы Re: Duplicate object names in GRANT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

I ran across this yesterday on HEAD:

template1=# grant select on foo, foo to swm;
ERROR:  tuple already updated by self

We could do away with the error by producing a unique list of object names
-- but that would impose an extra cost on the common case. It seems to me
that producing a useful error message would entail the same cost, however.

Thoughts?

Gavin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ENUM type
Следующее
От:
Дата:
Сообщение: psql as an execve(2) interpreter