pgAdmin III commit: Add support for foreign table object.

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add support for foreign table object.
Date: 2011-03-30 21:42:06
Message-ID: 201103302142.p2ULg6f9001057@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for foreign table object.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/dlg/dlgForeignTable.cpp | 614 ++++++++++++++++++++++++++++++
pgadmin/dlg/module.mk | 1 +
pgadmin/frm/frmEditGrid.cpp | 5 +-
pgadmin/frm/frmQuery.cpp | 8 +-
pgadmin/include/dlg/dlgForeignTable.h | 68 ++++
pgadmin/include/dlg/module.mk | 1 +
pgadmin/include/images/foreigntable.png | Bin 0 -> 563 bytes
pgadmin/include/images/foreigntables.png | Bin 0 -> 492 bytes
pgadmin/include/images/module.mk | 2 +
pgadmin/include/schema/module.mk | 1 +
pgadmin/include/schema/pgForeignTable.h | 102 +++++
pgadmin/schema/module.mk | 1 +
pgadmin/schema/pgForeignTable.cpp | 297 +++++++++++++++
pgadmin/schema/pgObject.cpp | 5 +
pgadmin/schema/pgSchema.cpp | 12 +
pgadmin/ui/dlgForeignTable.xrc | 380 ++++++++++++++++++
pgadmin/ui/module.mk | 1 +
18 files changed, 1496 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil S 2011-03-31 07:15:28 pgAdmin III: comments on PPAS 9.0 functions not working properly
Previous Message Guillaume Lelarge 2011-03-30 21:28:48 pgAdmin III commit: Support for user mapping.