Hi man,
before couple a mounth ago i;ve same problem,
go to :
/usr/local/pgsql/data/pg_hba.conf
(or whatever it is)
then look and config :)
probably u;ll need to setup
/usr/local/pgsql/data/pg_passwd too
I;ll sent u my pg_hba here:
----cut---
local all trust
host all 127.0.0.1 255.255.255.255 trust
host all 195.24.42.0 255.255.255.0 password
pg_passwd
host all 0.0.0.0 0.0.0.0 reject
----cut---
first two lines say: local connection are without password (trust)
all over 195.24.42 will using passwords described in pg_passwd
all other has no access
Best regards.
nmmm
"www.nmmm.nu"; <[EMAIL PROTECTED]>
----- Original Message -----
From: Ericson Nunes Ferreira <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 03 Декември 1999 г. 13:24
Subject: [ADMIN] PostgreSQL x ODBC
> Hi alll,
>
> when I try to connect PostgreSQL using ODBC (on a WinNT Workstation), I
> receive an error message.
>
> Help me, please.
>
> thanks in advance.
>
> Ericson
> [EMAIL PROTECTED]
>
>
> ************
************