Re: calling pl/pgsql stored procs from php - Mailing list pgsql-php

From Gyozo Papp
Subject Re: calling pl/pgsql stored procs from php
Date
Msg-id 021c01c119b4$2c604980$7e48c5d5@jaguar
Whole thread Raw
In response to calling pl/pgsql stored procs from php  (Ebow Halm <ehalmus@yahoo.com>)
List 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@yahoo.com>
To: <pgsql-php@postgresql.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@postgresql.org


pgsql-php by date:

Previous
From: Grant
Date:
Subject: Postgresql + Sessions + Large objects
Next
From: "Hunter, Ray"
Date:
Subject: pg_connect vs. pg_pconnect