Re: VACCUM VERBOSE ANALYZE

From: Cédric BUSCHINI <cbuschini(at)carax(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: VACCUM VERBOSE ANALYZE
Date: 2006-05-16 14:17:10
Message-ID: 4469DEE6.4080402@carax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thank you Tom. It works !!

Regards,

Cedric

Tom Lane a écrit :

>=?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
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
>
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Valentin Gjorgjioski 2006-05-16 17:55:15 Localization
Previous Message Tom Lane 2006-05-16 13:56:43 Re: VACCUM VERBOSE ANALYZE