Re: CLUSTER not in multi-command string?

From: Michael Monnerie <michael(dot)monnerie(at)is(dot)it-management(dot)at>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: CLUSTER not in multi-command string?
Date: 2009-04-29 21:30:06
Message-ID: 200904292330.10940@zmi.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mittwoch 29 April 2009 Michael Monnerie wrote:
> Is there any change I can make a single db call with cluster &
> analyze, like:
> cluster ; begin ; analyze ; commit

From the man page of psql I found this:
echo 'cluster; analyze'|psql -U postgres dbname

Works both on 8.1 and 8.3. From a user pov this is a bit strange, but I
found a workaround and that's enough for me. Thanks, Alvaro, for the
hint.

mfg zmi
--
// Michael Monnerie, Ing.BSc ----- http://it-management.at
// Tel: 0660 / 415 65 31 .network.your.ideas.
// PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38 500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net Key-ID: 1C1209B4

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Monnerie 2009-04-29 21:40:21 Re: Rather large Postgres directory
Previous Message Kenneth Marshall 2009-04-29 21:06:46 Re: CLUSTER not in multi-command string?