Re: Disk is full, what's cool to get rid of?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Disk is full, what's cool to get rid of?
Дата
Msg-id 20060727163727.GC27075@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Disk is full, what's cool to get rid of?  (Erik Jones <erik@myemma.com>)
Ответы Re: Disk is full, what's cool to get rid of?
Список pgsql-sql
> administration or maintenance on it that I know of...)  How about the 
> WAL files in pg_xlog?  How critical are they when no data on the system 
> is critical in and of itself?  Any suggestions would be greatly 
> appreciated...

If the data isn't critical, you maybe could truncate a table to clear
enough space.  Deleting anything under pg_xlog is more or less
guaranteed to mean your database is garbage.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
If they don't do anything, we don't need their acronym.    --Josh Hamilton, on the US FEMA


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

Предыдущее
От: Jeff Frost
Дата:
Сообщение: Re: Disk is full, what's cool to get rid of?
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Storage of Binary Data