"Golden Liu" <goldenliu(at)gmail(dot)com> writes:
> According to this, column privilege descriptors are created automatically
> while table privilege descriptor is created. Then, while checking privilege,
> can I JUST check column level privilege?
Since we don't have any, no ;-)
You could imagine implementing it as the spec suggests, but storing all
those per-column privileges would be bulky and usually redundant.
I think part of the "TODO" item here is to think of a more intelligent
representation that only stores a column privilege descriptor when it's
different from the table-level privileges.
regards, tom lane
In response to
pgsql-hackers by date
| Next: | From: Bernd Helmle | Date: 2007-06-05 15:20:10 |
| Subject: Re: [COMMITTERS] pgsql: Create a GUC
parametertemp_tablespacesthat allows selection of |
| Previous: | From: Tom Lane | Date: 2007-06-05 15:14:52 |
| Subject: Re: GIN, XLogInsert and MarkBufferDirty |