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

Поиск
Список
Период
Сортировка
От Nikhil S
Тема Re: pgAdmin III: error while browsing schema of PG database
Дата
Msg-id AANLkTimceY=j=FYvuCGcjc3F70uBCKJkpSyaJRM5sirW@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgAdmin III: error while browsing schema of PG database  (Dave Page <dpage@pgadmin.org>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin III: error while browsing schema of PG database
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin III: the debugger does not pre-populate default values for arguments