cost variable into function

Поиск
Список
Период
Сортировка
От Alain Roger
Тема cost variable into function
Дата
Msg-id 75645bbb0810190703o73e76ce6na376ec6f3d4e9128@mail.gmail.com
обсуждение исходный текст
Ответы Re: cost variable into function
Re: cost variable into function
Список pgsql-general
Hi,

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 ?
it is the first time i see that :-(
thx.
--
Alain
------------------------------------
Windows XP SP3
PostgreSQL 8.2.4 / MS SQL server 2005
Apache 2.2.4
PHP 5.2.4
C# 2005-2008

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: IS NULL seems to return false, even when parameter is NULL
Следующее
От: "Grzegorz Jaśkiewicz"
Дата:
Сообщение: Re: cost variable into function