pgAdmin III commit: Add support for unlogged table (9.1 new feature) - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add support for unlogged table (9.1 new feature)
Date
Msg-id 201101011208.p01C8OBV086385@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the CHANGELOG, according to Magnus's report :)
Next
From: Guillaume Lelarge
Date:
Subject: Re: Support for unlogged tables