pgAdmin III: system schemas under incorrect hiearchy in EDBAS PostgreSQL mode

Поиск
Список
Период
Сортировка
От Nikhil S
Тема pgAdmin III: system schemas under incorrect hiearchy in EDBAS PostgreSQL mode
Дата
Msg-id AANLkTin+srk60JL1CMiTQfW1eY21GUM0gqVpmj8Ny3w5@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgAdmin III: system schemas under incorrect hiearchy in EDBAS PostgreSQL mode  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

If we use pgadmin III to browse a PPAS database that was installed in Postgresql mode, the "sys" and "dbo" system schemas appear incorrectly under the normal user "Schemas" hierarchy. The issue is occurring because the current sql in pgSchemaBaseFactory::CreateObjects() which tries to avoid showing non-system schemas is incorrect.

Since these schemas are added at initdb time, IMO just checking for these schemas by name should be enough. This patch does just the same.

Regards,
Nikhils
Вложения

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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdmin and pg_service.conf
Следующее
От: Peter Geoghegan
Дата:
Сообщение: wxWidgets 2.9 compatibility: Fix for sefault on table editor under GTK