Re: FUNCTIONS

From: Søren Bentzen <soren(at)svendsvej(dot)dk>
To: "Aldo Leyva Alvarado" <aleyva(at)medifarma(dot)com(dot)pe>, "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: <brew(at)theMode(dot)com>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: FUNCTIONS
Date: 2004-03-17 21:54:17
Message-ID: 001201c40c6a$65a89430$0a01010a@corp.novocorp.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi
Should I understand your question like this one: How many stones are there
on the moon?
I am not shure that kind of question can answer with an exact number. I
presume it depends on factors like disk space, memory space and other
factors that can be adjusted. I think that a more relevant question could be
how big in bytes, a stored procedure can be?
And why do you want to know that, if the question can be answered?

BR
Søren

----- Original Message -----
From: "Aldo Leyva Alvarado" <aleyva(at)medifarma(dot)com(dot)pe>
To: "scott.marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: <brew(at)theMode(dot)com>; <pgsql-php(at)postgresql(dot)org>
Sent: Wednesday, March 17, 2004 10:21 PM
Subject: Re: [PHP] FUNCTIONS

> 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(dot)marlowe(at)ihs(dot)com>
> To: "Aldo Leyva Alvarado" <aleyva(at)medifarma(dot)com(dot)pe>
> Cc: <brew(at)theMode(dot)com>; <pgsql-php(at)postgresql(dot)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(at)theMode(dot)com>
> > > To: <aleyva(at)medifarma(dot)com(dot)pe>
> > > Cc: <pgsql-php(at)postgresql(dot)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(at)postgresql(dot)org
> > >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>
> ---------------------------(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
>

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Aldo Leyva Alvarado 2004-03-17 22:43:15 Re: FUNCTIONS
Previous Message Rod Taylor 2004-03-17 21:47:08 Re: FUNCTIONS