pgAdmin III commit: Support for user mapping.

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Support for user mapping.
Date: 2011-03-30 21:28:48
Message-ID: 201103302128.p2ULSmi1099278@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support for user mapping.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/dlg/dlgForeignServer.cpp | 33 +---
pgadmin/dlg/dlgUserMapping.cpp | 319 +++++++++++++++++++++++++
pgadmin/dlg/module.mk | 1 +
pgadmin/include/dlg/dlgForeignServer.h | 4 +-
pgadmin/include/dlg/dlgUserMapping.h | 53 ++++
pgadmin/include/dlg/module.mk | 1 +
pgadmin/include/images/usermapping-sm.png | Bin 0 -> 423 bytes
pgadmin/include/images/usermapping.png | Bin 0 -> 465 bytes
pgadmin/include/images/usermappings.png | Bin 0 -> 477 bytes
pgadmin/include/precomp.h | 2 +
pgadmin/include/schema/module.mk | 1 +
pgadmin/include/schema/pgCollection.h | 12 +
pgadmin/include/schema/pgForeignDataWrapper.h | 4 +-
pgadmin/include/schema/pgForeignServer.h | 64 ++++-
pgadmin/include/schema/pgUserMapping.h | 99 ++++++++
pgadmin/include/utils/misc.h | 1 +
pgadmin/schema/module.mk | 1 +
pgadmin/schema/pgCollection.cpp | 4 +-
pgadmin/schema/pgForeignServer.cpp | 92 +++++++-
pgadmin/schema/pgObject.cpp | 7 +-
pgadmin/schema/pgUserMapping.cpp | 231 ++++++++++++++++++
pgadmin/ui/dlgForeignServer.xrc | 20 +--
pgadmin/ui/dlgUserMapping.xrc | 211 ++++++++++++++++
pgadmin/ui/module.mk | 1 +
25 files changed, 1093 insertions(+), 69 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-03-30 21:42:06 pgAdmin III commit: Add support for foreign table object.
Previous Message Guillaume Lelarge 2011-03-30 21:16:56 pgAdmin III commit: Support for extension object.