Re: [INTERFACES] pgaccess startup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [INTERFACES] pgaccess startup
Дата
Msg-id 22523.931219072@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgaccess startup  (Jim Lemon <Jim.Lemon@uts.EDU.AU>)
Список pgsql-interfaces
Jim Lemon <Jim.Lemon@uts.EDU.AU> writes:
> Error connecting database
> Connection to database failed
> connectDB() failed: Is the
> postmaster running and
> accepting TCP/IP (with -i)
> connections at 'localhost' on
> post '5432'?

> This error message changes slightly (and appropriately) when I change
> the host to 'tobermory' (which is the host name).  Unfortunately, I do
> not know what the port number of the postmaster is, nor do I know how to
> find this out.

The default installation uses 5432 as the port number --- if you had
changed that when you installed, you'd probably know it.  My guess is
you didn't start the postmaster with the "-i" command line switch,
so it's not listening for a TCP connection, only Unix socket
connections.

psql will default to trying to connect via a Unix socket, so it'll
still work without -i, but I believe pgaccess always tries TCP/IP
connections, so it won't.  Certainly the above error message indicates
that a TCP/IP connection is being attempted.

There has been some talk of making -i the default postmaster behavior,
but for now it's not.
        regards, tom lane


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

Предыдущее
От: Jim Lemon
Дата:
Сообщение: pgaccess startup
Следующее
От: Hans-Georg Fremann
Дата:
Сообщение: unsubscribe