ACL inheritance for sequences

From: Kovacs Zoltan Sandor <tip(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ACL inheritance for sequences
Date: 2000-08-08 07:47:46
Message-ID: Pine.LNX.4.05.10008080944020.11473-100000@pc10.radnoti-szeged.sulinet.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2000-08-08 08:26:06 Re: Constraint stuff
Previous Message Hiroshi Inoue 2000-08-08 07:40:28 RE: Re: LIKE gripes