Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connectivity through pgaccess

Status
Not open for further replies.

parthaC

Programmer
Joined
Nov 18, 2002
Messages
6
Location
IN
Hi all,
At long last I have been able to create a database.Thanks but one issue still remains. I am able to connect to the database through a linux user(not postgres)from the command line.
However when I am trying to connect to the same database through pgaccess the application is giving an error "Connection refused". Can somebody please help??
Thanks and regards
Partha
 
Have you edited your pg_hba.conf file to allow for remote users to access the database? -------------------------------------------

Big Brother: "War is Peace" -- Big Business: "Suspicion is Trust"
(
 
Hi,

Also, make sure the TCP/IP options is set to yes in your postgresql.conf file.

LelandJ Leland F. Jackson, CPA
Software - Master (TM)
Nothing Runs Like the Fox
 
You have to ensure that postmaster is started with the -i flag to allow TCP/IP connections.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top