Re: BUG #11477: psql -L no stderr

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #11477: psql -L no stderr
Дата
Msg-id 20141002220315.GA20459@momjian.us
обсуждение исходный текст
Ответ на BUG #11477: psql -L no stderr  (hans@matfyz.cz)
Ответы Re: BUG #11477: psql -L no stderr  (David G Johnston <david.g.johnston@gmail.com>)
Список pgsql-bugs
On Tue, Sep 23, 2014 at 02:45:46PM +0000, hans@matfyz.cz wrote:
> The following bug has been logged on the website:
>
> Bug reference:      11477
> Logged by:          Hans Ginzel
> Email address:      hans@matfyz.cz
> PostgreSQL version: 9.4beta2
> Operating system:   Centos 6.5
> Description:
>
> Hello!
>
> Command
> psql -L logfile
> logs only stdout (formated with stars) but not stderr.
>
> Command
> psql -L logfile 2>logfile
> logs also warnings/errors but does not write them to terminal.
>
> Command
> psql 1>&2 |tee logfile
> writes both to terminal and file but without stars formatting.
>
> I am sorry, but log without errors logging is NOT a log file. I consider not
> logging stderr to logfile when -L is specified as a bug.
>
> Please add coppying also stderr to logfile when -L.

The documentation says:

       -L filename
       --log-file=filename
           Write all query output into file filename, in addition to the normal output destination.

There is no mention of errors being logged here.  Logging is more than
logging of errors.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: BUG #11551: copy and paste issues in pgadmin SQL editor
Следующее
От: Harry@HarryClarke.me.uk
Дата:
Сообщение: BUG #11553: Sum function does not exist in Create View