Обсуждение: pgAdmin III commit: Add an option to include column headers when copyin

Поиск
Список
Период
Сортировка

pgAdmin III commit: Add an option to include column headers when copyin

От
Dave Page
Дата:
Add an option to include column headers when copying from the query tool results.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=48e3ee117b323630f8b612a4e11692626435b82c
Author: Jasmin Dizdarevic <jasmin.dizdarevic@gmail.com>

Modified Files
--------------
CHANGELOG                           |    2 +
pgadmin/ctl/ctlSQLGrid.cpp          |   55 ++
pgadmin/frm/frmOptions.cpp          |    3 +
pgadmin/include/ctl/ctlSQLGrid.h    |    4 +
pgadmin/include/utils/sysSettings.h |   10 +
pgadmin/ui/frmOptions.xrc           |   15 +
pgadmin/ui/xrcDialogs.cpp           | 1066 ++++++++++++++++++-----------------
7 files changed, 639 insertions(+), 516 deletions(-)