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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add support for unlogged table (9.1 new feature)
Date: 2011-01-01 12:08:24
Message-ID: 201101011208.p01C8OBV086385@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-01 12:13:11 Re: Support for unlogged tables
Previous Message Guillaume Lelarge 2011-01-01 11:18:14 pgAdmin III commit: Fix the CHANGELOG, according to Magnus's report :)