Re: newlines at end of generated SQL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: newlines at end of generated SQL
Дата
Msg-id 1389410507.12505.5.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: newlines at end of generated SQL  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Ответы Re: newlines at end of generated SQL  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Список pgsql-hackers
On Thu, 2014-01-09 at 15:52 -0200, Fabrízio de Royes Mello wrote:
>
> On Thu, Jan 9, 2014 at 3:34 PM, Robert Haas <robertmhaas@gmail.com>
> wrote:
> >
> > On Wed, Jan 8, 2014 at 10:17 PM, Peter Eisentraut <peter_e@gmx.net>
> wrote:
> > > Is there a reason why the programs in src/bin/scripts all put
> newlines
> > > at the end of the SQL commands they generate?  This produces
> useless
> > > empty lines in the server log (and client output, if selected).
> >
> > If you're asking whether you can go ahead and fix that, +1 from me.
> >
>
> Well... I did that...

But you also need to add the newlines back for the --echo output.
(Might as well use puts() then.)






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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: [PATCH] Negative Transition Aggregate Functions (WIP)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Add transforms feature