Re: Can't connect Win XP client to Linux server - Mailing list pgsql-odbc

From Geoff Lane
Subject Re: Can't connect Win XP client to Linux server
Date
Msg-id 43900265.20090520143029@gjctech.co.uk
Whole thread Raw
In response to Re: Can't connect Win XP client to Linux server  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-odbc
On Wednesday, May 20, 2009, Tom Lane wrote:

>> Are you supplying the correct username/password combination in the ODBC
>> connection? - It sounds like this sort of a problem.

> Did you set a password for the "geoff" database user at all?
> It isn't going to automatically use your system-level password...
> see ALTER USER ... PASSWORD ...


D'oh! I assumed that roles created via the "createuser" utility had
the password for the system user account. SELECT * FROM pg_roles;
showed passwords for all roles where I expected nulls or empty strings
where no password was set. Doing as you suggested did the trick.

My thanks both to Tom and to Raymond.

--
Geoff Lane


pgsql-odbc by date:

Previous
From: Timothy Madden
Date:
Subject: Re: How to transfer binary data into a BIT VARYING column ?
Next
From: Moreno D.
Date:
Subject: Show max_identifier_length causes heavy query execution