Re: proposal: multiple psql option -c

Поиск
Список
Период
Сортировка
От Adam Brightwell
Тема Re: proposal: multiple psql option -c
Дата
Msg-id CAKRt6CQXTsc-PTzH_WGjmWRD6=2fk+bcomdCX6=8AV4cWfY5pw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: multiple psql option -c  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: proposal: multiple psql option -c  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Pavel,

> with -1 option support

FWIW, I have tried to apply this patch against master (7f11724) and
there is a minor error, see below.

From patch:

patching file src/bin/psql/settings.h
Hunk #2 FAILED at 135.
1 out of 2 hunks FAILED -- saving rejects to file src/bin/psql/settings.h.rej

From settings.h.rej:

--- src/bin/psql/settings.h
+++ src/bin/psql/settings.h
@@ -135,6 +141,7 @@       const char *prompt2;       const char *prompt3;       PGVerbosity verbosity;          /*
currenterror verbosity level */
 
+       GroupCommand *group_commands;} PsqlSettings;
extern PsqlSettings pset;

-Adam

-- 
Adam Brightwell - adam.brightwell@crunchydatasolutions.com
Database Engineer - www.crunchydatasolutions.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug in numeric multiplication
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug in numeric multiplication