Re: Connecting PHP-based Application to Postgres-9.0.3

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Connecting PHP-based Application to Postgres-9.0.3
Дата
Msg-id alpine.LNX.2.00.1104071014420.397@salmo.appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Connecting PHP-based Application to Postgres-9.0.3  (Bill Moran <wmoran@potentialtech.com>)
Ответы Re: Connecting PHP-based Application to Postgres-9.0.3  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-php
On Thu, 7 Apr 2011, Bill Moran wrote:

> The ADODB error message indicates that you are connecting to localhost via
> TCP/IP. The default for psql when you don't specify a host is to connect
> via unix domain socket. You're not testing the same thing.

Bill

   Oh.

> See if
> psql -h localhost cms
> works.

   Yes, it does:

[rshepard@salmo ~]$ psql -h localhost cms
psql (9.0.3)
Type "help" for help.

cms=#


Rich

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

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Connecting PHP-based Application to Postgres-9.0.3
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Connecting PHP-based Application to Postgres-9.0.3