pgAdmin III commit: Fix issues when using pgadmin with 9.1 or older rel - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix issues when using pgadmin with 9.1 or older rel
Date
Msg-id E1QpOSE-0007FF-6e@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix issues when using pgadmin with 9.1 or older releases

We should only get SQL for security labels on 9.1 for local objects and 9.2
for global (shared) objects.

Branch
------
master

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

Modified Files
--------------
pgadmin/ctl/ctlSeclabelPanel.cpp |    2 ++
pgadmin/dlg/dlgAggregate.cpp     |    4 ++--
pgadmin/dlg/dlgColumn.cpp        |    4 ++--
pgadmin/dlg/dlgDatabase.cpp      |    6 +++---
pgadmin/dlg/dlgDomain.cpp        |    4 ++--
pgadmin/dlg/dlgForeignTable.cpp  |    4 ++--
pgadmin/dlg/dlgFunction.cpp      |    4 ++--
pgadmin/dlg/dlgLanguage.cpp      |    4 ++--
pgadmin/dlg/dlgRole.cpp          |    4 ++--
pgadmin/dlg/dlgSchema.cpp        |    4 ++--
pgadmin/dlg/dlgSequence.cpp      |    4 ++--
pgadmin/dlg/dlgTable.cpp         |    4 ++--
pgadmin/dlg/dlgTablespace.cpp    |    4 ++--
pgadmin/dlg/dlgType.cpp          |    4 ++--
pgadmin/dlg/dlgView.cpp          |    4 ++--
15 files changed, 31 insertions(+), 29 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Broken link in pgAgent/README
Next
From: Guillaume Lelarge
Date:
Subject: Re: pgAdmin III commit: Support for security labels on global objects