Thread

  1. ACL inheritance for sequences

    Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu> — 2000-08-08T07:47:46Z

    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