On Wed, Dec 9, 2015 at 4:04 PM Tom Lane <[email protected]> wrote: > Eric Ridge <[email protected]> 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
