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

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: BUG #2269: cannot connect to postgres database on Linux
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40103E19C@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на BUG #2269: cannot connect to postgres database on Linux  ("Ken" <kgerdes@opushealthcare.com>)
Список pgsql-bugs
=20

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

Thanks for the report.

Regards, Dave.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "James Hughes"
Дата:
Сообщение: BUG #2268: initdb fails to initialize database cluster with error "Access is denied"
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #2265: CREATE TABLE when AUTOCOMMIT is OFF