Re: [INTERFACES] Opening database with PGACCESS - Mailing list pgsql-interfaces

From Oliver Elphick
Subject Re: [INTERFACES] Opening database with PGACCESS
Date
Msg-id 199908020431.FAA05810@linda.lfix.co.uk
Whole thread Raw
In response to Opening database with PGACCESS  (rodneyr@embratel.com.br)
List 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 by date:

Previous
From: Jens Glaser
Date:
Subject: getPrimaryKeys() bug in JDBC driver (fix)
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] Opening database with PGACCESS