Re: Referencial integerity problem

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Referencial integerity problem
Дата
Msg-id Pine.BSF.4.21.0102121137440.77463-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Referencial integerity problem  (Mike Howard <mike@clove.com>)
Список pgsql-bugs
Under 7.0 you needed update permission on the referenced table to
grab the necessary locks.  Under 7.1 you won't need this anymore.

On Thu, 8 Feb 2001, Mike Howard wrote:

> Briefly, I create two tables, one having a column which references the
> other and which implements cascade deletes and updates.  I create a user
> who has modify access on one table, but only select on the referenced
> table.  This user is not allowed to insert a record into the referencing
> table - the error message refers to the referenced table.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Table name scope (was Re: Outer joins aren't working with views)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SELECT with regular pattern '~' delivers wrong output