The other thing:
1/ SELECT a, b, c FROM foo();
2/ SELECT a FROM foo();
How result (build and) returns function foo() in example 1/ and 2/ ?
It's bad functions if returns same result for both queries -- because
in example 2/ is wanted only one columns. IMHO function returning
r
"Dmitry G. Mastrukov" <[EMAIL PROTECTED]> writes:
> Alex Pilosov <[EMAIL PROTECTED]> wrote:
>> On Tue, 26 Jun 2001, Dmitry G. Mastrukov wrote:
> I've marked "=" operator with HASH clause (and planner has started to
> use
> hash jons). But as I understand the right way is to create special hash
> f
Oleg Bartunov <[EMAIL PROTECTED]> writes:
> Please apply attached patch to current CVS.
> It fixes problem if query contains field (with GiST index) more than 1 time.
Applied, thanks.
regards, tom lane
---(end of broadcast)