Re: about c# and postgresql

From: Chris <dmagick(at)gmail(dot)com>
To: longlong <asfnuts(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: about c# and postgresql
Date: 2007-07-25 03:12:20
Message-ID: 46A6BF94.7080603@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

longlong wrote:
> i was successful to install Npgsql and with it i can connect the local
> machine .
> but when i try a remote connection i got some problem:
>
> first ,the connection was rejected by the remote host.
> then, i edited the pg_hba.conf and postgresql.conf file.the error was
> change:
> FATAL:F0000:missing or erroneous pg_hba.conf
>
> anybody know what's the problem ?

Your pg_hba.conf isn't set up properly.

What did you change it to?

Where are you connecting from (ie the ip that's trying to connect) ?

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Anton A. Patrushev 2007-07-25 06:01:32 C function problem with 8.2.4
Previous Message longlong 2007-07-25 02:53:23 Re: about c# and postgresql