Re: [GENERAL] Dirty workaround to get the results and the errors in the same output file - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: [GENERAL] Dirty workaround to get the results and the errors in the same output file
Date
Msg-id Pine.LNX.4.21.0001110101530.364-100000@localhost.localdomain
Whole thread Raw
In response to Dirty workaround to get the results and the errors in the same output file  (Alain TESIO <alain_tesio@yahoo.com>)
List pgsql-general
This sort of problem should be fixed in 7.0.

On 2000-01-10, Alain TESIO mentioned:

> Hello,
>
> Maybe you've experienced this problem too : when you have a huge
> script with an error somewhere, it's a pain to find out what
> line produced the error as you can't have the output of psql
> with the queries and the error message in the same file.
> I've tried psql ... 1>out 2>out, you the source queries at the
> top of the file, and the messages from psql at the bottom.
> Here's the trick which worked for me : replace stdout with
> stderr in psql.c, and compile again psql. When you got an error,
> the message is now just after the offending query.
>
> Alain
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
> ************
>
>

--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-general by date:

Previous
From: Patrick Welche
Date:
Subject: Re: [GENERAL] Re: can't seem to use index
Next
From: Marcin Inkielman
Date:
Subject: logs