Re: connecting to postgresql

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: connecting to postgresql
Дата
Msg-id 200409161351.21295.josh@agliodbs.com
обсуждение исходный текст
Ответ на connecting to postgresql  (Sun H Chi <schi67@yahoo.com>)
Список pgsql-novice
Sun,

> I installed EMS postgres Admin (win) and I'm trying to connnect directly to
> the database (linux). I have specfied the host ip, default port 5432, and
> username(postgres), no password.  The server refused connection...I suspect
> it is because I have not set the configuration parameters for tcpip_socket
> = true in postgresql.conf.  The problem is...I can't locate this file
> anywhere on the server.

Have you run initdb on the server?  I suspect that you haven't.   Please see:
http://www.postgresql.org/docs/current/static/app-initdb.html

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Sun H Chi
Дата:
Сообщение: connecting to postgresql
Следующее
От: Sun H Chi
Дата:
Сообщение: is there a sql command to display table definition?