Re: TODO: GRANT/REVOKE: Allow column-level privileges - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TODO: GRANT/REVOKE: Allow column-level privileges
Date
Msg-id 13121.1137818628@sss.pgh.pa.us
Whole thread Raw
In response to Re: TODO: GRANT/REVOKE: Allow column-level privileges  (kevin brintnall <kbrint@rufus.net>)
List pgsql-hackers
kevin brintnall <kbrint@rufus.net> writes:
> Are you suggesting that the pair (reloid,attnum) is superior for
> identifying a pg_attribute entry?

Yes.  It's just as unique, and it makes it easy to see the relationship
between the table and its columns.  Moreover, it's what we're already
using in pg_depend.
        regards, tom lane


pgsql-hackers by date:

Previous
From: kevin brintnall
Date:
Subject: Re: TODO: GRANT/REVOKE: Allow column-level privileges
Next
From: Tom Lane
Date:
Subject: Re: strange behavior on locks