Re: newbie qs; fixing and checking databases

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: newbie qs; fixing and checking databases
Дата
Msg-id 200210160121.g9G1LQH18961@candle.pha.pa.us
обсуждение исходный текст
Ответ на newbie qs; fixing and checking databases  (Rusty Wright <rusty@socrates.Berkeley.EDU>)
Ответы Re: newbie qs; fixing and checking databases  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Rusty Wright wrote:
> Are there commands provided with postgresql for checking the databases
> and also for repairing them?  I'd like to be able to run something to
> check the databases before our nightly backups.

We don't have checks because thing rarely break.  You can do a VACUUM,
which does some elementary checking.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Rusty Wright
Дата:
Сообщение: newbie qs; fixing and checking databases
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How do I restore data changes made after the backup?