referential integrity and permissions

Поиск
Список
Период
Сортировка
От Helge Bahmann
Тема referential integrity and permissions
Дата
Msg-id Pine.LNX.4.21.0008150428581.1937-100000@lothlorien.stunet2.tu-freiberg.de
обсуждение исходный текст
Список pgsql-novice
I have a table "foo" which is publically readable.

A second table "bar" contains a foreign key referencing a column in
foo. This table ought to be publically writable.

Whenever I try to insert into "bar", I get the message:
ERROR:  foo: Permission denied.

Why?!?

(This is postgres version 7.0)

Regards,
Helge


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

Предыдущее
От: Jesus Aneiros
Дата:
Сообщение: Re: kdevelop -> libpq-fe.h
Следующее
От: "Robert D. Nelson"
Дата:
Сообщение: RE: Installation Problem