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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: pgAdmin III: error while browsing schema of PG database
Дата
Msg-id 4D50E3F8.5010405@lelarge.info
обсуждение исходный текст
Ответ на pgAdmin III: error while browsing schema of PG database  (Nikhil S <nixmisc@gmail.com>)
Ответы Re: pgAdmin III: error while browsing schema of PG database  (Nikhil S <nixmisc@gmail.com>)
Список pgadmin-hackers
Le 07/02/2011 13:01, Nikhil S a écrit :
> 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.
>

I"m not sure I understand. You first said that the bug is on regular
PostgreSQL (and I can't reproduce it on 9.0 regular PostgreSQL). When
you explain the bug and if I read correctly your patch, it fixes EDB
database only.

So is it a fix for EDB databases or PostgreSQL databases?


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Feature: visual feedback of disabled triggers
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdmin III: the debugger does not pre-populate default values for arguments