pgAdmin III commit: Fix config decode of roles and databases in 8.3/8.4

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix config decode of roles and databases in 8.3/8.4
Date: 2012-06-19 16:13:56
Message-ID: E1Sh140-0003bF-Nl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix config decode of roles and databases in 8.3/8.4

unnest is available since 9.0, so we need another way to do the same thing.
It's probably not the best way, but it works across releases.

Branch
------
master

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

Modified Files
--------------
pgadmin/schema/pgDatabase.cpp | 15 +++++++++++----
pgadmin/schema/pgRole.cpp | 15 +++++++++++----
2 files changed, 22 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-06-20 13:02:11 Re: [pgAdmin III] #360: Enum only showing as array type in new function dialog
Previous Message pgAdmin Trac 2012-06-19 13:45:50 Re: [pgAdmin III] #360: Enum only showing as array type in new function dialog