Re: Odp: Huge view file - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Odp: Huge view file
Date
Msg-id 22642.999870587@sss.pgh.pa.us
Whole thread Raw
In response to Odp: Huge view file  (Łukasz Skowroński <lskowron@elka.pw.edu.pl>)
List pgsql-bugs
Łukasz Skowroński <lskowron@elka.pw.edu.pl> writes:
> Well, we would like our application to be compatible with PG 7.0 so I need
> to track this behaviour. Do you have a clue when PG could write anything to
> a view file and where I can find it in source tree?

Perhaps your app does inserts into the view and you don't have a rule to
redirect the inserts elsewhere?  7.1 will complain about that, but 7.0
just silently does the insert...
        regards, tom lane


pgsql-bugs by date:

Previous
From: Łukasz Skowroński
Date:
Subject: Odp: Huge view file
Next
From: Tom Lane
Date:
Subject: Re: parse error: LIMIT combined with UNION