pgAdmin III commit: Add support for foreign table object.

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add support for foreign table object.
Дата
Msg-id 201103302142.p2ULg6f9001057@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Support for user mapping.
Следующее
От: Nikhil S
Дата:
Сообщение: pgAdmin III: comments on PPAS 9.0 functions not working properly