Re: Does FILTER in SEQSCAN short-circuit AND? - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: Does FILTER in SEQSCAN short-circuit AND?
Date
Msg-id 4BFE9DC00200002500031BBC@gw.wicourts.gov
Whole thread Raw
In response to Re: Does FILTER in SEQSCAN short-circuit AND?  (Craig James <craig_james@emolecules.com>)
Responses Re: Does FILTER in SEQSCAN short-circuit AND?  (Craig James <craig_james@emolecules.com>)
List pgsql-performance
Craig James <craig_james@emolecules.com> wrote:

> It would be nice if Postgres had a way to assign a cost to every
> function.

The COST clause of CREATE FUNCTION doesn't do what you want?

http://www.postgresql.org/docs/8.4/interactive/sql-createfunction.html

-Kevin

pgsql-performance by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Does FILTER in SEQSCAN short-circuit AND?
Next
From: Craig James
Date:
Subject: Re: Does FILTER in SEQSCAN short-circuit AND?