Where does PostgreSQL store the database?

后端 未结 13 1744
忘了有多久
忘了有多久 2020-11-27 09:14

Where are the files for a PostgreSQL database stored?

13条回答
  •  难免孤独
    2020-11-27 09:58

    On Windows, the PGDATA directory that the PostgresSQL docs describe is at somewhere like C:\Program Files\PostgreSQL\8.1\data. The data for a particular database is under (for example) C:\Program Files\PostgreSQL\8.1\data\base\100929, where I guess 100929 is the database number.

提交回复
热议问题