Re: [GENERAL] Large and Growing Group of Files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Large and Growing Group of Files
Дата
Msg-id 20598.1489446730@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [GENERAL] Large and Growing Group of Files  (John Iliffe <john.iliffe@iliffe.ca>)
Ответы Re: [GENERAL] Large and Growing Group of Files  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: [GENERAL] Large and Growing Group of Files  (John Iliffe <john.iliffe@iliffe.ca>)
Список pgsql-general
John Iliffe <john.iliffe@iliffe.ca> writes:
> Can anybody tell what these files are and what they do, and more importantly
> if they are needed?

They are database table files, and you will certainly be unhappy if you
just manually rm them.

You can read some theory here:

https://www.postgresql.org/docs/9.2/static/storage.html

and for help in identifying specific files you might like oid2name:

https://www.postgresql.org/docs/9.2/static/oid2name.html

although it's certainly possible to get the same results with manual
queries on the system catalogs.

            regards, tom lane


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

Предыдущее
От: John Iliffe
Дата:
Сообщение: [GENERAL] Large and Growing Group of Files
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Large and Growing Group of Files