Re: pgAdmin III: error while browsing schema of PG database - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin III: error while browsing schema of PG database
Date
Msg-id AANLkTinxGL6ztPNEwxtmj7baDA3XLWCmKE3Vb4tNUBjA@mail.gmail.com
Whole thread Raw
In response to pgAdmin III: error while browsing schema of PG database  (Nikhil S <nixmisc@gmail.com>)
Responses Re: pgAdmin III: error while browsing schema of PG database
List pgadmin-hackers
Thanks - applied.

On Mon, Feb 7, 2011 at 1:01 PM, Nikhil S <nixmisc@gmail.com> wrote:
> Hi,
>
> If one clicks on Postgres (non EDB) database and tries to expand the schema
> tab, then the current git head spits out an error. The offending query
> contains the following comparison
>
> protype = 1;
>
> protype is of type char, so it expects the RHS to be a char. However this
> works ok against an EDB database. Anyways, the fix is to compare protype
> with '1'. This sql works fine on both flavours of databases. Fixing this at
> all relevant locations.
>
> Regards,
> Nikhils
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>



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

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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix a datatype issue with a query on EDB Advanced S
Next
From: Nikhil S
Date:
Subject: Re: pgAdmin III: error while browsing schema of PG database