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

From Tom Lane
Subject Re: add_missing_from breaks existing views
Date
Msg-id 15606.1130714538@sss.pgh.pa.us
Whole thread Raw
In response to Re: add_missing_from breaks existing views  (Josh Berkus <josh@agliodbs.com>)
Responses Re: add_missing_from breaks existing views
List pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> 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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: slru.c race condition (was Re: TRAP: FailedAssertion("!((itemid)->lp_flags & 0x01)",)
Next
From: "Sean Utt"
Date:
Subject: Re: pg_dump option to dump only functions