From: | Mike Rylander <mrylander(at)gmail(dot)com> |
---|---|
To: | Anatoly Okishev <rolly74(at)mail(dot)ru> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org>, Richard Huxton <dev(at)archonet(dot)com> |
Subject: | Re: How the function written on pl/pgsql can be called by the function written on plperl. |
Date: | 2004-11-16 11:28:47 |
Message-ID: | b918cf3d04111603284b8f64e2@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
In 8.0beta: http://candle.pha.pa.us/main/writings/pgsql/sgml/plperl-database.html
and in 7.4.x: http://www.postgresql.org/docs/7.4/interactive/plperl-database.html
On Tue, 16 Nov 2004 10:19:01 +0500, Anatoly Okishev <rolly74(at)mail(dot)ru> wrote:
> > 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
> >
> If i call this function from pl/pgsql it's worked, but i want to call this
> function from plperl..
>
> Anatoly Okishev
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
--
Mike Rylander
mrylander(at)gmail(dot)com
GPLS -- PINES Development
Database Developer
From | Date | Subject | |
---|---|---|---|
Next Message | Holger Klawitter | 2004-11-16 11:32:07 | Re: OID's |
Previous Message | Kostis Mentzelos | 2004-11-16 11:06:57 | Re: OID's |