GRANT problem ?

Поиск
Список
Период
Сортировка
От GRIMOIS Eric
Тема GRANT problem ?
Дата
Msg-id 000b01c1c9ae$f3a42d40$3d04a837@PXXXX
обсуждение исходный текст
Ответы Re: GRANT problem ?  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Список pgsql-sql
Hi

I get a error message when i do an INSERT in a table (Absence_jour)
containing a SERIAL field :

ERROR: absence_jour_id_seq.nextval: you don't have permissions to set
sequence absence_jour_id_seq

It fails (with PSQL and ODBC) when i connect as a simple user (gddtest), but
i granted all privileges on the table for him
with the command GRANT ALL PRIVILEGES ON Absence_jour TO gddtest  !
It works when i connect as a superuser (the user who created the table).

Hints (maybe) : PostgreSQL 7.2 compiled on AIX 4.2 with GCC 2.95.2

Thanks

Eric GRIMOIS
Analyste programmeur
SEI - CPAM du Val d'Oise




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

Предыдущее
От: feblec@ig.com.br
Дата:
Сообщение: SELECT FOR UPDATE
Следующее
От: "PGMailList"
Дата:
Сообщение: Re: GRANT problem ?