Re: [HACKERS] something smells bad

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: [HACKERS] something smells bad
Дата
Msg-id Pine.BSO.4.10.10106061757200.8625-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на something smells bad  (Martín Marqués <martin@bugs.unl.edu.ar>)
Ответы Re: [HACKERS] something smells bad  (Martín Marqués <martin@bugs.unl.edu.ar>)
Список pgsql-general
1) Please don't crosspost to both hackers and general


On Wed, 6 Jun 2001, [iso-8859-1] Mart�n Marqu�s wrote:

> ERROR:  carrera_id_curso_seq.nextval: you don't have permissions to set
> sequence carrera_id_curso_seq
Because of the way postgres works, you need to grant write permission on
the carrera_id_curso_seq for your inserts to succeed.

> The rules are OK as for what I see, but the other user insert even though the
> user mariana has ALL permissions on the views (all the views) through her
> group (webunl_admin)
>
>
> webunl=> select * from pg_group;
>    groname    | grosysid |     grolist
> --------------+----------+------------------
>  webunl_admin |      500 | {1015,1005,1014}
> (1 row)


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

Предыдущее
От: Martín Marqués
Дата:
Сообщение: something smells bad
Следующее
От: Martín Marqués
Дата:
Сообщение: Re: [HACKERS] something smells bad