Re: pgAdmin III: error while browsing schema of PG database

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Nikhil S <nixmisc(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin III: error while browsing schema of PG database
Date: 2011-02-10 13:59:21
Message-ID: AANLkTinxGL6ztPNEwxtmj7baDA3XLWCmKE3Vb4tNUBjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - applied.

On Mon, Feb 7, 2011 at 1:01 PM, Nikhil S <nixmisc(at)gmail(dot)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(at)postgresql(dot)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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil S 2011-02-10 14:29:03 Re: pgAdmin III: error while browsing schema of PG database
Previous Message Dave Page 2011-02-10 13:59:17 pgAdmin III commit: Fix a datatype issue with a query on EDB Advanced S