Re: [INTERFACES] Opening database with PGACCESS

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: [INTERFACES] Opening database with PGACCESS
Дата
Msg-id 199908020431.FAA05810@linda.lfix.co.uk
обсуждение исходный текст
Ответ на Opening database with PGACCESS  (rodneyr@embratel.com.br)
Список pgsql-interfaces
rodneyr@embratel.com.br wrote: >When I try to open my database (mydb) with the pgaccess, I receive the >following
message:> >"Error connecting database. Connection to database failed >connectDB() failed: Is the postmaster running and
accepting>TCP/IP (with -i) connections at 'localhost' on port '5432'" > >The postmaster is running and I can connect to
mydbusing "psql":
 


pgaccess uses a TCP/IP connection through localhost, so you have to use the
-i option when starting the postmaster, even though you have no other
machines connecting to it.

--      Vote against SPAM: http://www.politik-digital.de/spam/                ========================================
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver              PGP key from public servers; key
ID32B8FAA1                ========================================    "All scripture is given by inspiration of God,
andis      profitable for doctrine, for reproof, for correction,      for instruction in righteousness;"
                             II Timothy 3:16 
 




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

Предыдущее
От: Jens Glaser
Дата:
Сообщение: getPrimaryKeys() bug in JDBC driver (fix)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] Opening database with PGACCESS