pgtoolkit/toolbase.py
2012-05-10 Radek Brich Add PgDataCopy. Add TableCopyTool.Add SrcDstTablesTool class to toolbase, use in tablecopy, tablediff.
2012-03-05 Radek Brich Add browser - database schema browser using tuikit (curses UI). Add listdepends - tool which shows depending views for column. Update pgdatadiff - allow composite primary key. Update pgmanager - RowDict is now OrderedDict. Drop support for Python2.x.
2012-02-27 Radek Brich Fix analyzeall tool. Add user output formating to batchquery tool. Add isolation_level setting support to ToolBase.
2012-02-14 Radek Brich Add batchquery tool.
2011-12-06 Radek Brich PgManager: Do not add NullHandler to logger. Rewrite get_instance(). ToolBase: fix prepare_conns() method.
2011-11-21 Radek Brich ToolBase - implement 'database' config option.
2011-10-20 Radek Brich TableDiffTool: add arguments to set different destination schema and table. PgDataDiff: fixes.
2011-09-09 Radek Brich ToolBase: add -d parameter, which triggers debug mode (print SQL queries).
2011-08-19 Radek Brich PgConsole: add app.py, splitted from pgconsole.py.
2011-08-16 Radek Brich Reorganize again :-) Add setup.py.
less more (0) tip