Re: Newbie: problem Connecting to Server

From: Marc Drouin <marc(dot)drouin(at)fondex(dot)ca>
To: 'Ferindo Middleton Jr' <ferindo(dot)middleton(at)verizon(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Newbie: problem Connecting to Server
Date: 2003-04-03 20:20:03
Message-ID: F4DA80054BE0604A9E05C43B1CA905B202EA31@serveur.fondex.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I sorta had the same problem using pgAccess. The way to correct my problem
was to start the postmaster using the TCP/IP options.

I now use the following to start postmaster:

pg_ctl start -D /path to data -o -i

the -i option enables 'listening' on TCP ports.

From a beginner to a beginner

Marc

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Ferindo
Middleton Jr
Sent: Sunday, March 30, 2003 8:22 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Newbie: problem Connecting to Server

I'm running Redhat Linux 8. I have registration to the Redhat Network so
I'm probably running the latest version of postgre sql available. I also
have Redhat Databse v2.1 installed, but whenever I try to start a session,
I get the following error message:

psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

Please help me configure my system so that I can connect and begin to use
postgresql.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-03 20:24:42 Re: unable to dump database, toast errors
Previous Message Sean Chittenden 2003-04-03 20:18:23 Re: pgsql password when FreeBSD boots -- what's usual?