Thread: pgAdmin III commit: Add support for unlogged table (9.1 new feature)

pgAdmin III commit: Add support for unlogged table (9.1 new feature)

From
Guillaume Lelarge
Date:
Add support for unlogged table (9.1 new feature)

Branch
------
master

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

Modified Files
--------------
CHANGELOG                        |    1 +
pgadmin/dlg/dlgTable.cpp         |   11 +++++++++--
pgadmin/frm/frmBackup.cpp        |   20 ++++++++++++--------
pgadmin/include/schema/pgTable.h |   10 +++++++++-
pgadmin/schema/pgTable.cpp       |   11 ++++++++++-
pgadmin/ui/dlgTable.xrc          |   19 +++++++++++++++++--
pgadmin/ui/frmBackup.xrc         |   13 ++++++++++---
7 files changed, 68 insertions(+), 17 deletions(-)