Re: How the function written on pl/pgsql can be called

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: How the function written on pl/pgsql can be called
Дата
Msg-id 419876C1.5020506@archonet.com
обсуждение исходный текст
Ответ на How the function written on pl/pgsql can be called by the function written on plperl.  ("Anatoly Okishev" <rolly@ufacom.ru>)
Список pgsql-general
Anatoly Okishev wrote:
> How the function written on pl/pgsql can be called by the function
> written on plperl.
>
> Error is:
>
> error from function: Undefined subroutine
> &Safe::Root2::get_national_code called.....

You probably need to be calling "SELECT get_national_code(...)" to
access it via a standard query.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: suggestion for "psql"
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: ask a question