Re: FUNCTIONS - Mailing list pgsql-php

From Aldo Leyva Alvarado
Subject Re: FUNCTIONS
Date
Msg-id 002701c40c65$cf1dbf80$3c0000c0@pegasus
Whole thread Raw
In response to Re: FUNCTIONS  ("scott.marlowe" <scott.marlowe@ihs.com>)
Responses Re: FUNCTIONS  (Rod Taylor <pg@rbt.ca>)
List pgsql-php
Yes, I know, But I want to know how many STORED PROCEDURE supports POSTGRES,
maybe 100 or 500  or maybe more.

Thanks

----- Original Message -----
From: "scott.marlowe" <scott.marlowe@ihs.com>
To: "Aldo Leyva Alvarado" <aleyva@medifarma.com.pe>
Cc: <brew@theMode.com>; <pgsql-php@postgresql.org>
Sent: Wednesday, March 17, 2004 11:22 AM
Subject: Re: [PHP] FUNCTIONS


> In Postgresql, a stored procedure is created using a user defined
> function, and accessed with something simple like:
>
> select myfunc('arg1','arg2');
>
> So, it's just another select statement to PHP/Postgresql.  You don't have
> to do anything fancy to hit a stored procedure.
>
> On Tue, 16 Mar 2004, Aldo Leyva Alvarado wrote:
>
> > Thanks,
> > but I  talked about to STORE PROCEDURE.
> >
> >
> > Aldo Leyva
> >
> > ----- Original Message -----
> > From: <brew@theMode.com>
> > To: <aleyva@medifarma.com.pe>
> > Cc: <pgsql-php@postgresql.org>
> > Sent: Monday, March 15, 2004 10:33 PM
> > Subject: Re: [PHP] FUNCTIONS
> >
> >
> > >
> > > Aldo......
> > >
> > > > Can you tell me how many functions supports POSTGRES?
> > >
> > > I'm not going to count them, but you can total them up and read all
about
> > > them in Chapter LXXXIV of the php manual, entitled PostgreSQL
Functions.
> > > The url is:
> > >
> > > http://us4.php.net/manual/en/ref.pgsql.php
> > >
> > > Or another of the mirrors.
> > >
> > > brew
> > >
> > >
> > > ---------------------------(end of
broadcast)---------------------------
> > > TIP 6: Have you searched our list archives?
> > >
> > >                http://archives.postgresql.org
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


pgsql-php by date:

Previous
From: Ron St-Pierre
Date:
Subject: Re: Query Problem
Next
From: Rod Taylor
Date:
Subject: Re: FUNCTIONS