Re: [ADMIN] Getting an error in connection refused

2005-08-14 Thread Siddharth Rath (sirath)
alf Of Tom Lane Sent: Sunday, August 14, 2005 5:25 PM To: Shilpa Tisgaonkar Cc: pgsql-admin@postgresql.org; [EMAIL PROTECTED] Subject: Re: [ADMIN] Getting an error in connection refused "Shilpa Tisgaonkar" <[EMAIL PROTECTED]> writes: > I'm getting the following error >

Re: [ADMIN] Getting an error in connection refused

2005-08-14 Thread Tom Lane
"Shilpa Tisgaonkar" <[EMAIL PROTECTED]> writes: > I'm getting the following error > psql: could not connect to server: Connection refused > Is the server running on host "localhost" and accepting > TCP/IP connections on port 5432? Looks like the postmaster hasn't been started. S

[ADMIN] Getting an error in connection refused

2005-08-14 Thread Shilpa Tisgaonkar
Hi, I'm trying to connect to databasewhich has been already created. But when I use following command psql -Utest1 -hlocalhost -p5432 -W testone I'm getting the following error psql: could not connect to server: Connection refused Is the server running on host "localhos