Re: VACCUM VERBOSE ANALYZE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cbuschini(at)carax(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: VACCUM VERBOSE ANALYZE
Date: 2006-05-16 13:56:43
Message-ID: 11803.1147787803@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

=?ISO-8859-1?Q?C=E9dric_BUSCHINI?= <cbuschini(at)carax(dot)com> writes:
> I would like to save in a file log from a "VACUUM VERBOSE analyze"
> perform from psql.
> I ve tried different ways :
> --------------
> [USER(at)DBsrv] # psql -c'VACUUM VERBOSE analyze' > /home/log_vaccum
> --------------

I think that output goes to stderr not stdout. Try

psql -c'VACUUM VERBOSE analyze' 2> /home/log_vaccum

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Cédric BUSCHINI 2006-05-16 14:17:10 Re: VACCUM VERBOSE ANALYZE
Previous Message Cédric BUSCHINI 2006-05-16 12:08:13 VACCUM VERBOSE ANALYZE