Re: [HACKERS] functions returning records

2001-06-28 Thread Karel Zak
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

Re: [HACKERS] New data type: uniqueidentifier

2001-06-28 Thread Tom Lane
"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

[HACKERS] Re: Patch for multi-key GiST (current CVS)

2001-06-28 Thread Tom Lane
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)