Re: Problem either with PostgreSQL or with PHP - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Problem either with PostgreSQL or with PHP
Date
Msg-id u2xdcc563d11004070930pc20c3f07g2abfb3fd612413cc@mail.gmail.com
Whole thread Raw
In response to Problem either with PostgreSQL or with PHP  (Tuo Pe <tuo_pe@yahoo.com>)
Responses Re: Problem either with PostgreSQL or with PHP (SOLVED!)  (Tuo Pe <tuo_pe@yahoo.com>)
List pgsql-general
On Wed, Apr 7, 2010 at 10:11 AM, Tuo Pe <tuo_pe@yahoo.com> wrote:
> Hi!
>
> I have written this function in PL/pgSQL,
> CREATE OR REPLACE FUNCTION MakeSimpleReservation(integer, integer, integer, text, text) RETURNS boolean ...

So, is this function created exactly like this?  Is it possible you
quoted the name MakeSimpleReservation to keep the capitalization?  If
so that would be the problem as it's getting lower case wrapped when
called from php.  Just a guess.  Could you provide a complete test
case to show it not working in php (i.e. a complete function, just
strip out the guts and replace it with select 1 or something)

pgsql-general by date:

Previous
From: Frank Heikens
Date:
Subject: Re: Problem either with PostgreSQL or with PHP
Next
From: paulo matadr
Date:
Subject: Res: count with high allocation