pgAdmin III commit: New import tool

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: New import tool
Date: 2012-02-23 22:13:17
Message-ID: E1S0gub-00065i-7B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

New import tool

Implements #355

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/db/pgConn.cpp | 71 +++++
pgadmin/dlg/dlgClasses.cpp | 4 +
pgadmin/frm/frmImport.cpp | 371 ++++++++++++++++++++++++
pgadmin/frm/frmMain.cpp | 2 +
pgadmin/frm/module.mk | 1 +
pgadmin/include/db/pgConn.h | 5 +
pgadmin/include/frm/frmImport.h | 49 ++++
pgadmin/include/frm/module.mk | 1 +
pgadmin/include/utils/misc.h | 1 +
pgadmin/ui/frmImport.xrc | 301 ++++++++++++++++++++
pgadmin/ui/module.mk | 3 +-
pgadmin/ui/xrcDialogs.cpp | 595 ++++++++++++++++++++++++++++++++++++++-
13 files changed, 1390 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-02-23 22:14:19 Re: [pgAdmin III] #355: "\copy" equivalent
Previous Message pgAdmin Trac 2012-02-22 21:41:11 Re: [pgAdmin III] #355: "\copy" equivalent