pgAdmin III commit: Extensions have no owner

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Extensions have no owner
Date: 2012-02-28 22:56:28
Message-ID: E1S2Vy8-0007HU-OY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-02-29 09:26:31 pgAdmin III commit: Fix setting the connection for pgScript
Previous Message Guillaume Lelarge 2012-02-28 22:56:13 pgAdmin III commit: Extensions have no owner