Re: TODO: GRANT/REVOKE: Allow column-level privileges

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: kevin brintnall <kbrint(at)rufus(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO: GRANT/REVOKE: Allow column-level privileges
Date: 2006-01-21 04:43:48
Message-ID: 13121.1137818628@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

kevin brintnall <kbrint(at)rufus(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-01-21 04:47:55 Re: strange behavior on locks
Previous Message Mike Rylander 2006-01-21 04:23:15 Re: Surrogate keys