Re: UNION and VIEW

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Roland Schulz <rschulz9@web.de>
Cc: pgsql-bugs@postgresql.org
Date: 2001-02-06T16:01:11Z
Lists: pgsql-bugs
Roland Schulz <rschulz9@web.de> writes:
> When using UNION in a VIEW, the view displays always all records
> disregarding any WHERE's. This problem didn't happen with beta1.

Yeah, this was a silly error added in beta4.  It's fixed in the current
snapshot.

			regards, tom lane