Re: Column-Level Privileges - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Column-Level Privileges
Date
Msg-id 20090121034516.GD32428@tamriel.snowman.net
Whole thread Raw
In response to Re: Column-Level Privileges  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Column-Level Privileges  (KaiGai Kohei <kaigai@kaigai.gr.jp>)
List pgsql-hackers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> On looking closer, though, it's *still* messy and unobvious :-(.
> There is no single place in the parser where we have the complete
> multi-level query tree available in a convenient form for this sort of
> postprocessing.

That's unfortunate. :/

> I've thought of a less painful variant of my third option: instead of
> making a permanent addition to RangeTblEntry, we can have a transient
> data structure attached to ParseState that lets us find the JoinExpr
> nodes for already-parsed joins.  I'm going to try that next.

Sounds reasonable.  I'd be happy to help if there's anything useful I
can do at this point.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Column-Level Privileges
Next
From: Magnus Hagander
Date:
Subject: Re: libpq WSACleanup is not needed