Re: psql doesn't work in GUI (solved)

2000-12-31 Thread Oliver Elphick
=?iso-8859-1?q?Drag=F3n?= wrote: >>Leave the "hostname" and just about everything blank for the connection >>configuration. That should force the use of UNIX sockets rather than >>TCP/IP sockets. >> >>See /etc/postgresql/pg_hba.conf for changing security >>configuration, and /etc/postg

Re: psql doesn't work in GUI

2000-12-30 Thread Eric G . Miller
On Sat, Dec 30, 2000 at 06:21:45PM +0100, Dragón wrote: > Connection to database 'mibsedatos' failed. > ERROR: connectDB() - connect() failed: ConexiCn rehusada > Is the postmaster running (with -i) at 'localhost' and > accepting connections on TCP/IP port '5432'? > > With psql no problem but t

psql doesn't work in GUI

2000-12-30 Thread Dragón
Connection to database 'mibsedatos' failed. ERROR: connectDB() - connect() failed: ConexiCn rehusada Is the postmaster running (with -i) at 'localhost' and accepting connections on TCP/IP port '5432'? With psql no problem but the problem comes out with mpsql and pgaccess. idea? Thanks. ___