Re: Postgres SQL 7.1 a thank you and a possible bug

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Nic Ferrier" <nferrier@tapsellferrier.co.uk>
Cc: pgsql-general@postgresql.org
Date: 2001-02-03T21:20:56Z
Lists: pgsql-general
"Nic Ferrier" <nferrier@tapsellferrier.co.uk> writes:
> The synopsis of the problem is that date columns don't seem to be
> working as dates when they're selected through a union view.

No, the problem is that restriction clauses applied to views that
contain unions are busted in beta4 :-(.  Thanks for the bug report!
It's fixed in current CVS, or use tomorrow morning's snapshot.

			regards, tom lane