Re: Postgre Sql 7.3 connection problem

From: Osvaldo Rosario Kussama <osvaldo_kussama(at)yahoo(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgre Sql 7.3 connection problem
Date: 2007-05-07 20:15:04
Message-ID: 463F88C8.1000408@yahoo.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

A. Kretschmer escreveu:
> am Mon, dem 07.05.2007, um 0:39:43 -0700 mailte nij es folgendes:
>> sir,
>>
>> I am using postgresql 7.3 in Redhat Linux.Windows XP is my client. I want to
>> communicate pgsql without a specific ip rangeI.I want to accept all ip address
>> in postgresql 7.3. How can i comunicate. Please help me to solve this problem.
>
> First, 7.3 are out of date...
>
> You should check if your PG-Server listening on TCP/IP. Take a look into
> your postgresql.conf, you need an entry like 'listen_addresses = ...'.

Valid only in 8.+ versions. In 7.3 was:
TCPIP_SOCKET = true

> Then check your pg_hba.conf, you need a propper line with 'host' at the
> beginning of the line, like:
>
> host all all 192.168.1.0 255.255.255.0 trust
>
>
> And, again, 7.3 are very, very old.

[]s
Osvaldo

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma Jr 2007-05-07 20:21:16 Re: Date Math
Previous Message Glen Eustace 2007-05-07 20:12:06 Re: Connections refused during backups