Re: cost variable into function

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: cost variable into function
Дата
Msg-id 20081019141942.GA13492@depesz.com
обсуждение исходный текст
Ответ на cost variable into function  ("Alain Roger" <raf.news@gmail.com>)
Список pgsql-general
On Sun, Oct 19, 2008 at 04:03:47PM +0200, Alain Roger wrote:
> i created a stored procedure (function) under postgreSQL and when i checked
> deeper into my DB, this is what i get:
> ....
>     END;
> $BODY$
>   LANGUAGE 'plpgsql' VOLATILE
>   COST 100;
> ALTER FUNCTION myschema.get_count_languages(character varying) OWNER TO
> myuser;
> to what corresponds the parameter COST 100 ?

check the explanation here:
http://www.postgresql.org/docs/current/interactive/sql-createfunction.html

Best regards,

depesz

--
Linkedin: http://www.linkedin.com/in/depesz  /  blog: http://www.depesz.com/
jid/gtalk: depesz@depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007

В списке pgsql-general по дате отправления:

Предыдущее
От: "Grzegorz Jaśkiewicz"
Дата:
Сообщение: Re: cost variable into function
Следующее
От: "That Fat Guy"
Дата:
Сообщение: Problem removing Sequence in Postgresql 8.0.3