Обсуждение: pgAdmin III - Default server info from postgres-reg.ini not getting picked up

Поиск
Список
Период
Сортировка

pgAdmin III - Default server info from postgres-reg.ini not getting picked up

От
Nikhil S
Дата:
Hi,

In case of postgres-reg.ini only containing PPAS server information, it is not being picked up properly by pgAdmin. The issue is in pgServerFactory::CreateObjects() function. Even though the server information is being read correctly from the file, it is not being appended correctly into the browser object. The attached patches fix it on both master and REL_1_12.

Regards,
Nikhils
Вложения

Re: pgAdmin III - Default server info from postgres-reg.ini not getting picked up

От
Dave Page
Дата:
On Tue, May 31, 2011 at 3:31 PM, Nikhil S <nixmisc@gmail.com> wrote:
> Hi,
>
> In case of postgres-reg.ini only containing PPAS server information, it is
> not being picked up properly by pgAdmin. The issue is in
> pgServerFactory::CreateObjects() function. Even though the server
> information is being read correctly from the file, it is not being appended
> correctly into the browser object. The attached patches fix it on both
> master and REL_1_12.

Thanks, applied.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Re: pgAdmin III - Default server info from postgres-reg.ini not getting picked up

От
Nikhil S
Дата:

Thanks, applied.

Thanks Dave.

Regards,
Nikhils