pgAdmin III commit: Fix a number of synonym related issues: - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Fix a number of synonym related issues:
Date
Msg-id 201106010942.p519gsN1089024@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix a number of synonym related issues:
- A crash when opening the new synonym dialog on PPAS 8.3r2.
- Labelling of the target type in the properties list.
- List only unique procedure/function names as possible targets.

Branch
------
REL-1_12_0_PATCHES

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

Modified Files
--------------
pgadmin/dlg/dlgSynonym.cpp           |   45 ++++++++++-----------------------
pgadmin/schema/edbPrivateSynonym.cpp |   17 ++++++++++---
2 files changed, 27 insertions(+), 35 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix a number of synonym related issues:
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix public synonym messages.