ACL inheritance for sequences
Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu>
From: Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu>
To: pgsql-hackers@postgresql.org
Date: 2000-08-08T07:47:46Z
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