Re: Multifunction Indexes

From: David Wheeler <david(at)kineticode(dot)com>
To: elein(at)varlena(dot)com
Cc: sfpug(at)postgresql(dot)org
Subject: Re: Multifunction Indexes
Date: 2003-03-15 00:39:53
Message-ID: A3776E7A-567E-11D7-8FDF-0003931A964A@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug

On Friday, March 14, 2003, at 04:25 PM, elein wrote:

> As a workaround, push the lower() function into the
> workflow() function. Of course if the workflow doesn't
> always want lower($1) then you'll have to overload or rename it.

Uh, but workflow is a table, not a function.

> I'm don't know the structures like Stephen does.
> But if a plain expression parser were used consistently
> it should be able to enable expressions rather
> than single functions. The expression tree would need
> to be held rather than the function function pointer.
> And of course all of it should be immutable.
>
> Then again theory is nice, but practice is a whole 'nother
> ball game.

Yes...not sure I understand what you're saying here...perhaps that
allowing multiple function indexes for function plus column indexes
should be do-able if the parser understood the syntax properly?

Regards,

David

--
David Wheeler AIM: dwTheory
david(at)kineticode(dot)com ICQ: 15726394
Yahoo!: dew7e
Jabber: Theory(at)jabber(dot)org
Kineticode. Setting knowledge in motion.[sm]

In response to

Responses

Browse sfpug by date

  From Date Subject
Next Message Stephan Szabo 2003-03-15 00:43:58 Re: Multifunction Indexes
Previous Message Stephan Szabo 2003-03-15 00:38:54 Re: Multifunction Indexes