Re: On Ubuntu 12.04 i do have two psql one of those isn't working

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: On Ubuntu 12.04 i do have two psql one of those isn't working
Дата
Msg-id 50573414.5020102@iol.ie
обсуждение исходный текст
Ответ на Re: On Ubuntu 12.04 i do have two psql one of those isn't working  (Yvon Thoraval <yvon.thoraval@gmail.com>)
Ответы Re: On Ubuntu 12.04 i do have two psql one of those isn't working  (Yvon Thoraval <yvon.thoraval@gmail.com>)
Список pgsql-general
On 17/09/2012 12:52, Yvon Thoraval wrote:

>
> then, the php link to the client library is faulty.

What makes you think this? Can you show the output from a PHP script
(not psql)? - something simple like...

$conn = pg_connect(....);
$rs = pg_query(....);

...just to establish whether the connection works.

> I've to find why.
> surprisingly, when from a php script i want to connect to another pgsql
> server, on another machine, by it's IPV6 addresse it works as expected...

Maybe you have Postgres set up to listen only over IPV6? However,
without seeing the actual error messages from PHP, I'm only guessing.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


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

Предыдущее
От: Edson Richter
Дата:
Сообщение: Re: Compressed binary field
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Can a view use a schema search_path?