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

From: Richard Huxton <dev(at)archonet(dot)com>
To: Anatoly Okishev <rolly(at)ufacom(dot)ru>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How the function written on pl/pgsql can be called
Date: 2004-11-15 09:28:33
Message-ID: 419876C1.5020506@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-11-15 09:29:49 Re: ask a question
Previous Message Peter Eisentraut 2004-11-15 09:13:19 Re: suggestion for "psql"