Re: capturing all output of a psql command?

From: deval <deval(at)giaspn01(dot)vsnl(dot)net(dot)in>
To:
Cc: PostgreSQL novice mailing list <pgsql-novice(at)postgresql(dot)org>
Subject: Re: capturing all output of a psql command?
Date: 2000-08-23 14:58:09
Message-ID: 39A3E681.71A5AAF5@giaspn01.vsnl.net.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dear John
could .... 2>&1 help?
Vijay

John McKown wrote:
>
> I know that I can use the "\o file" command in psql to redirect the output
> from my SQL commands into a file. However, it appears that the error
> output continues to come to my screen. I want all of the output to go to
> the file, not just "stdout", but "stderr" as well. What am I overlooking?
>
> Thanks!
>
> John McKown

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Fredrick Bartlett 2000-08-23 18:22:30 Host IP
Previous Message John McKown 2000-08-23 11:53:02 capturing all output of a psql command?