Where are the files for my PostgreSQL database stored? I know that with MySQL it stores a file for each table and that PostgreSQL does something different but it's got to store it's data somewhere when I turn my computer off and I'm trying to figure out where.
|
|
|
|
|
|
|
PostgreSQL's docs have some information on this topic: |
||
|
|
|
|
On Windows, the PGDATA directory that the PostgresSQL docs describe is at somewhere like |
||
|
|
|
|
location of specific tables/indexes can be adjusted by TABLESPACEs:
|
||
|
|
|
|
under linux here : /var/lib/postgresql/8.x/ you can change it with this command |
||
|
|
