Re: BUG #2269: cannot connect to postgres database on Linux

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Ken" <kgerdes(at)opushealthcare(dot)com>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #2269: cannot connect to postgres database on Linux
Date: 2006-02-17 10:56:16
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40103E19C@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> -----Original Message-----
> From: pgsql-bugs-owner(at)postgresql(dot)org
> [mailto:pgsql-bugs-owner(at)postgresql(dot)org] On Behalf Of Ken
> Sent: 16 February 2006 17:47
> To: pgsql-bugs(at)postgresql(dot)org
> Subject: [BUGS] BUG #2269: cannot connect to postgres
> database on Linux
>
>
> The following bug has been logged online:
>
> Bug reference: 2269
> Logged by: Ken
> Email address: kgerdes(at)opushealthcare(dot)com
> PostgreSQL version: 7.3.4
> Operating system: Linux
> Description: cannot connect to postgres database on Linux
> Details:
>
> I just downloaded pgAdminIII for Windows to use to connect to
> our postgres
> databases on Linux. The problem I have is that when I enter
> the password, I
> get this error:
>
> Error has occurred
> Error connecting to the server: missing "=" after """ in
> connection info
> string.
>
> The passwords to our databases contain the characters ; and
> ', which is what
> is probably causing this problem. Can this be resolved or is
> there a temp
> fix to get around this problem?

I've committed fixes to pgAdmin which was incorrectly escaping single
quotes with another single quote (in the same way as we do for string
values in SQL).

Thanks for the report.

Regards, Dave.

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2006-02-17 17:46:08 Re: BUG #2265: CREATE TABLE when AUTOCOMMIT is OFF
Previous Message Michael Fuhr 2006-02-16 18:13:52 Re: BUG #2265: CREATE TABLE when AUTOCOMMIT is OFF