Re: calling pl/pgsql stored procs from php

From: "Gyozo Papp" <pgerzson(at)freestart(dot)hu>
To: "Ebow Halm" <ehalmus(at)yahoo(dot)com>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: calling pl/pgsql stored procs from php
Date: 2001-07-30 18:58:32
Message-ID: 021c01c119b4$2c604980$7e48c5d5@jaguar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hello,

are you thinking of calling ie. my function (written in plpgsql) like

> pg_exec("SELECT my_function();"); <

AFAIK this is the only way you can call postgres functions
(written in any language).

----- Original Message -----
From: "Ebow Halm" <ehalmus(at)yahoo(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Sent: 2001. július 27. 05:21
Subject: [PHP] calling pl/pgsql stored procs from php

> Can I call pl/pgsql stored procs from php? I know you
> can call oracle pl/sql stored procs and would assume
> the same can be done for postgres. Is that right?
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Grant 2001-07-30 23:53:39 Postgresql + Sessions + Large objects
Previous Message Ebow Halm 2001-07-27 03:21:25 calling pl/pgsql stored procs from php