pgAdmin III commit: Extensions have no owner - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Extensions have no owner
Date
Msg-id E1S2Vxt-0007FA-CA@gothos.postgresql.org
Whole thread Raw
List 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
------
REL-1_14_0_PATCHES

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

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Fixed pgAdmin3 issues/asserts
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Extensions have no owner