Re: add_missing_from breaks existing views - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: add_missing_from breaks existing views
Date
Msg-id 200510301649.29975.josh@agliodbs.com
Whole thread Raw
In response to Re: add_missing_from breaks existing views  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom,

> > That sounds good if it works.  However ... will an add_missing_from view
> > work if add_missing_from is off in the session where the query is
> > executed?
>
> Yes, you only need to get it past the parser during CREATE VIEW.

Then the proposal sounds like a good solution to me.   It would still be nice 
to emit a warning, as well, if that's reasonably easy to do.

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-hackers by date:

Previous
From: "Sean Utt"
Date:
Subject: Re: pg_dump option to dump only functions
Next
From: Josh Berkus
Date:
Subject: Re: FKs on temp tables: hard, or just omitted?