Re: Problem either with PostgreSQL or with PHP

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Tuo Pe <tuo_pe(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem either with PostgreSQL or with PHP
Date: 2010-04-07 16:30:38
Message-ID: u2xdcc563d11004070930pc20c3f07g2abfb3fd612413cc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Apr 7, 2010 at 10:11 AM, Tuo Pe <tuo_pe(at)yahoo(dot)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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message paulo matadr 2010-04-07 16:41:02 Res: count with high allocation
Previous Message Frank Heikens 2010-04-07 16:27:05 Re: Problem either with PostgreSQL or with PHP