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

From Nikhil S
Subject Re: pgAdmin III: error while browsing schema of PG database
Date
Msg-id AANLkTimceY=j=FYvuCGcjc3F70uBCKJkpSyaJRM5sirW@mail.gmail.com
Whole thread Raw
In response to Re: pgAdmin III: error while browsing schema of PG database  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers

Thanks - applied.

Thanks Dave.

Regards,
Nikhils
 
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: Re: pgAdmin III: error while browsing schema of PG database
Next
From: Dave Page
Date:
Subject: Re: pgAdmin III: the debugger does not pre-populate default values for arguments