• B
    Add GRANT ON SEQUENCE syntax to support sequence-only permissions. · 4789e988
    Bruce Momjian 提交于
    Continue to support GRANT ON [TABLE] for sequences for backward
    compatibility;  issue warning for invalid sequence permissions.
    
    [Backward compatibility warning message.]
    
    Add USAGE permission for sequences that allows only currval() and
    nextval(), not setval().
    
    Mention object name in grant/revoke warnings because of possible
    multi-object operations.
    4789e988
sequence.c 30.5 KB