On Wed, Dec 9, 2015 at 4:04 PM Tom Lane <t...@sss.pgh.pa.us> wrote: > Eric Ridge <eeb...@gmail.com> writes: > > I'm doing some extension development (in C) and have a situation where I > > need to examine the target list of a view, but all I have is the view's > oid. > > Open the relation and use get_view_query(), perhaps.
I figured there was something simple, but I couldn't find it. Thanks! Sadly, it's static. eric