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

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
Attachment
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


Thanks, applied.

Thanks Dave.

Regards,
Nikhils