Re: [HACKERS] having and union in v7beta
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jose Soares <jose@sferacarta.com>
Cc: hackers <pgsql-hackers@postgreSQL.org>
Date: 2000-02-28T15:14:07Z
Lists: pgsql-hackers
Jose Soares <jose@sferacarta.com> writes: > SELECT...HAVING, this last for example doesn't work. That's a rather strong statement, and in fact a provably false one. How about a detailed bug report rather than "it doesn't work"? > SELECT ... UNION (is 3 / 4 times slow) Can't help you on that without more details, either. What is the query exactly, what plan does EXPLAIN show, and what plan did you get from 6.5? regards, tom lane