Re: Capturing all output from psql into a file

Поиск
Список
Период
Сортировка
От David Merrill
Тема Re: Capturing all output from psql into a file
Дата
Msg-id 20001221123103.A13038@lupercalia.net
обсуждение исходный текст
Ответ на RE: Capturing all output from psql into a file  ("Tamsin" <tamsin@bryncadfan.co.uk>)
Список pgsql-novice
On Wed, Dec 20, 2000 at 09:07:50AM -0000, Tamsin wrote:
> I use this:
>
> psql dbname -c "\i sqlscript.txt" &> file.txt
>
> (enter at shell prompt rather than going into psql first)

I am doing this also, from a shell script. I redirect the messages
into error.log, then the last line of my script is:

grep < error.log ERROR

which displays any errors that may have happened. This is how I deal
with the volume of NOTICE lines that I get, which would otherwise
obscure the ERROR lines.

--
Dr. David C. Merrill                     http://www.lupercalia.net
Linux Documentation Project                dmerrill@lupercalia.net
Collection Editor & Coordinator            http://www.linuxdoc.org
                                       Finger me for my public key

We all come from the Goddess
And to Her we shall return
Like a drop of rain
Flowing to the ocean

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql language not recognized
Следующее
От: Joel Burton
Дата:
Сообщение: Re: Transactions