Обсуждение: postgresql and pgadmin3

Поиск
Список
Период
Сортировка

postgresql and pgadmin3

От
Donn Washburn
Дата:
postmaster is running!

I am trying to get pgadmin3 to work.  I have checked /etc/hosts which
had a bunch of errors. Fixed it.with vim.

Now Apache2 starts up correctly and Firefox finds my homepage.

Yet pgadmin3 (self compiled) fails finding port 5432 (which is shown in
/etc/services.  Anyone have a clue to follow.

--
73 de Donn Washburn
307 Savoy Street     Email:" n5xwb@comcast.net "
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB   HAMs : " n5xwb@arrl.net "
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
       " http://counter.li.org " #279316


Re: postgresql and pgadmin3

От
"Jens Wilke"
Дата:
Donn Washburn schrieb:

Hi,

> postmaster is running!

postmaster is a deprecated alias of postgres since 8.2
Are you shure your postmaster process belongs to postgres and not to
postfix?

> Yet pgadmin3 (self compiled) fails finding port 5432 (which is shown in
> /etc/services.  Anyone have a clue to follow.

Have a look in the postgres log files, try to connect with psql.

Jens