Re: cost variable into function - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: cost variable into function
Date
Msg-id 2f4958ff0810190718h37ce4a7dyb70618fa043919bf@mail.gmail.com
Whole thread Raw
In response to cost variable into function  ("Alain Roger" <raf.news@gmail.com>)
List pgsql-general
that's for planner to know. You can estimate cost in there, of that procedure. I usually use select * from something limit 1 times number of rows that procedure returns on average. But I am sure, some more smart people here would have different ways to set it.

pgsql-general by date:

Previous
From: "Alain Roger"
Date:
Subject: cost variable into function
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: cost variable into function