Re: Undefined function pg_escape_bytea() despite good PG version

Поиск
Список
Период
Сортировка
От mikie
Тема Re: Undefined function pg_escape_bytea() despite good PG version
Дата
Msg-id ca35ce500703070325w1914c1ban9713271c51f8c1dd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Undefined function pg_escape_bytea() despite good PG version  (mikie <mikie.pl@gmail.com>)
Ответы RE : Re: Undefined function pg_escape_bytea() despite good PG version  (Thomas Woerly <yorgat@yahoo.com>)
Список pgsql-php
> 2007/3/7, Thomas Woerly <yorgat@yahoo.com>:

> > --with-pgsql=/usr/locla/pgsql/bin/pg_config
>
> Looks fine to me...

Edit: if this path is really "locla" and not "local", then it means
that postgres functions are not compiled in PHP (because of your typo
mistake). That is why one of the functions like php_escape_bytea() is
not available in your PHP compilation, probably all PG functions are
not available at all.

Regards,
M.

В списке pgsql-php по дате отправления:

Предыдущее
От: mikie
Дата:
Сообщение: Re: Undefined function pg_escape_bytea() despite good PG version
Следующее
От: Thomas Woerly
Дата:
Сообщение: RE : Re: Undefined function pg_escape_bytea() despite good PG version