Re: Vacuum in multi-statement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum in multi-statement
Дата
Msg-id 21494.1175697089@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vacuum in multi-statement  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-hackers
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> This used to work in 8.2:
> psql postgres -c "VACUUM table1; SELECT now()"

> But in cvs head it throws an error:
> ERROR:  VACUUM cannot be executed from a function or multi-command string

That's intentional.  It "worked" only for rather small values of "work".
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug in UTF8-Validation Code?
Следующее
От: Markus Schiltknecht
Дата:
Сообщение: Re: Auto Partitioning