pgAdmin III commit: Extensions have no owner

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Extensions have no owner
Дата
Msg-id E1S2Vy8-0007HU-OY@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Extensions have no owner

Even if there is a pg_extension.extowner column, there is no way to change it
with ALTER EXTENSION, and to set it with CREATE EXTENSION. dlgExtension
doesn't even show it.

So, we get rid of the owner handling.

Per report from James B. Byrne.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=46d4f32ea71be202ec5ade1e8afe22df1121624e

Modified Files
--------------
CHANGELOG                      |    2 ++
pgadmin/schema/pgExtension.cpp |    8 ++------
2 files changed, 4 insertions(+), 6 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Extensions have no owner
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix setting the connection for pgScript