ACL inheritance for sequences - Mailing list pgsql-hackers

From Kovacs Zoltan Sandor
Subject ACL inheritance for sequences
Date
Msg-id Pine.LNX.4.05.10008080944020.11473-100000@pc10.radnoti-szeged.sulinet.hu
Whole thread Raw
List pgsql-hackers
I realized that the GRANT/REVOKE statements don't change the *seq tables. 
So, if I call a currval(...) function in a transaction, I must use the
GRANT for the sequence table, too. I find it as a bug. Is it? I suggest
doing some other GRANTs for the sequence tables of the relation if a GRANT
is called on it.

Zoltan



pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: UNIONS
Next
From: Karel Zak
Date:
Subject: Re: Constraint stuff