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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Add an option to include column headers when copyin
Дата
Msg-id E1UWocK-0005tL-Ua@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Allow the decimal mark displayed by the query tool
Следующее
От: Dave Page
Дата:
Сообщение: Re: 2 patches