| От | Guillaume Lelarge |
|---|---|
| Тема | pgAdmin III commit: Fix the search query |
| Дата | |
| Msg-id | E1T7Z3x-000682-0r@gothos.postgresql.org обсуждение исходный текст |
| Список | pgadmin-hackers |
Fix the search query It tried to look into the pg_user_mapping catalog. A regular user cannot read this table, hence a query error when searching objects while connected as a regular user. This patch adds a new IsSuperuser() method to the pgConn class. It calls this method to check if it should add the UNION clause with the SQL/MED tables (which pg_user_mapping is a part of). Per a report from Chandrakant G. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c9d22966841736c7be41c9235065f192a4117f0f Modified Files -------------- pgadmin/db/pgConn.cpp | 8 +++++++- pgadmin/dlg/dlgSearchObject.cpp | 2 +- pgadmin/include/db/pgConn.h | 1 + 3 files changed, 9 insertions(+), 2 deletions(-)
В списке pgadmin-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера