CLUSTER not in multi-command string?

Поиск
Список
Период
Сортировка
От Michael Monnerie
Тема CLUSTER not in multi-command string?
Дата
Msg-id 200904290612.34545@zmi.at
обсуждение исходный текст
Ответы Re: CLUSTER not in multi-command string?  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: CLUSTER not in multi-command string?  (Michael Monnerie <michael.monnerie@is.it-management.at>)
Список pgsql-admin
ERROR:  CLUSTER cannot be executed from a function or multi-command
string

I got this error from a script which tried:
psql -U postgres db1 -c 'cluster ; analyze'

In the docs there's no word that it's not possible, and I wonder why
this is not allowed. Anybody knows? It's stupid, as I want to cluster
lots of tables, followed by analyze, and now I have to
psql -U postgres db1 -c 'cluster'
psql -U postgres db1 -c 'analyze'

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


Вложения

В списке pgsql-admin по дате отправления:

Предыдущее
От: Michael Monnerie
Дата:
Сообщение: Re: yast sles9.3 stopped all postgres instance
Следующее
От: william pink
Дата:
Сообщение: Rather large Postgres directory