pgAdmin III commit: New import tool - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: New import tool
Date
Msg-id E1S0gub-00065i-7B@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #355: "\copy" equivalent
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #355: "\copy" equivalent