Re: How the function written on pl/pgsql can be called - Mailing list pgsql-general

From Richard Huxton
Subject Re: How the function written on pl/pgsql can be called
Date
Msg-id 419876C1.5020506@archonet.com
Whole thread Raw
In response to How the function written on pl/pgsql can be called by the function written on plperl.  ("Anatoly Okishev" <rolly@ufacom.ru>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: suggestion for "psql"
Next
From: Richard Huxton
Date:
Subject: Re: ask a question