Re: [HACKERS] something smells bad - Mailing list pgsql-general

From Alex Pilosov
Subject Re: [HACKERS] something smells bad
Date
Msg-id Pine.BSO.4.10.10106061757200.8625-100000@spider.pilosoft.com
Whole thread Raw
In response to something smells bad  (Martín Marqués <martin@bugs.unl.edu.ar>)
Responses Re: [HACKERS] something smells bad  (Martín Marqués <martin@bugs.unl.edu.ar>)
List 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 by date:

Previous
From: Martín Marqués
Date:
Subject: something smells bad
Next
From: Martín Marqués
Date:
Subject: Re: [HACKERS] something smells bad