Re: Postgres-7.0.2 optimization question

Поиск
Список
Период
Сортировка
От Steve Wolfe
Тема Re: Postgres-7.0.2 optimization question
Дата
Msg-id 00fe01c03529$81c9ef40$50824e40@iboats.com
обсуждение исходный текст
Ответ на Postgres-7.0.2 optimization question  ("Igor V. Rafienko" <igorr@ifi.uio.no>)
Список pgsql-general
> On Fri, Oct 13, 2000 at 02:05:18PM +0200, Igor V. Rafienko wrote:
> > I tried vacuumdb --analyze. It did not help. I tried creating an index
on
>
> If I parse right this is excactly VACUUM without ANALYZE
> because '--' is SQL comment start ... no?

  "vacuumdb" is invoked at the shell, not in an SQL editor, so "--analyze"
is just an argument passed to the vacuumdb program, causing it to analyze as
it vacuums.  "vacuumdb --help" tells you all of the nifty arguments. : )

steve



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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: Postgres-7.0.2 optimization question
Следующее
От: "Igor V. Rafienko"
Дата:
Сообщение: Re: Postgres-7.0.2 optimization question