Re: [GENERAL] vacuum analyze [table]

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] vacuum analyze [table]
Дата
Msg-id 200001201543.KAA02898@candle.pha.pa.us
обсуждение исходный текст
Ответ на vacuum analyze [table]  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Список pgsql-general
> Am I the only one who cannot vacuum a named table? (Does it make sense to
> just vacuum a single table?)
>
> regression=> \h vacuum
> Command: VACUUM
> Description: Clean and analyze a Postgres database
> Syntax:
> VACUUM [ VERBOSE ] [ ANALYZE ] [ table ]
> VACUUM [ VERBOSE ] ANALYZE [ table [ (column [, ...] ) ] ]
>
> regression=> vacuum analyze num_result;
> NOTICE:  Vacuum: table not found
> VACUUM
>
> The same is true for me with any table, any database, using source cvs'd
> yesterday.

Works here.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Dan Reish
Дата:
Сообщение: R-trees - any documentation?
Следующее
От: Sarah Officer
Дата:
Сообщение: Re: [GENERAL] parser