Neil Conway <neilc@samurai.com> writes:
> On Tue, 2005-25-10 at 17:43 -0400, Tom Lane wrote:
>> What I suggest we do about this is change addImplicitRTE() to set
>> inFromCl true for implicitly added RTEs, so that the view rule will
>> later be dumped as if the query had been written per spec.
> Sounds reasonable. I wonder if this should be backpatched -- ISTM the
> proper representation of the view is with an explicit FROM list anyway,
I think it'd be reasonable to back-patch it into the branches that have
the add_missing_from variable (how far back did we add that?). But that
won't fix the problem with incompatible dump files from existing
installations.
regards, tom lane