Re: [GENERAL] Large and Growing Group of Files - Mailing list pgsql-general

From Tom Lane
Subject Re: [GENERAL] Large and Growing Group of Files
Date
Msg-id 20598.1489446730@sss.pgh.pa.us
Whole thread Raw
In response to [GENERAL] Large and Growing Group of Files  (John Iliffe <john.iliffe@iliffe.ca>)
Responses Re: [GENERAL] Large and Growing Group of Files
Re: [GENERAL] Large and Growing Group of Files
List 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 by date:

Previous
From: John Iliffe
Date:
Subject: [GENERAL] Large and Growing Group of Files
Next
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] Large and Growing Group of Files