Re: Problem either with PostgreSQL or with PHP
| От | Scott Marlowe |
|---|---|
| Тема | Re: Problem either with PostgreSQL or with PHP |
| Дата | |
| Msg-id | u2xdcc563d11004070930pc20c3f07g2abfb3fd612413cc@mail.gmail.com обсуждение исходный текст |
| Ответ на | Problem either with PostgreSQL or with PHP (Tuo Pe <tuo_pe@yahoo.com>) |
| Ответы |
Re: Problem either with PostgreSQL or with PHP (SOLVED!)
|
| Список | 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 по дате отправления: