Re: Postgre Sql 7.3 connection problem

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgre Sql 7.3 connection problem
Date: 2007-05-07 18:04:29
Message-ID: 20070507180429.GA9140@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 = ...'.
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.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank Finner 2007-05-07 18:27:33 Re: Anyone know a good opensource CRM that actually installs with Posgtres?
Previous Message Tom Lane 2007-05-07 18:03:33 Re: Large object and pg_restore problem