Where does PostgreSQL store the database?

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

Where are the files for a PostgreSQL database stored?

13条回答
  •  独厮守ぢ
    2020-11-27 09:56

    On Windows7 all the databases are referred by a number in the file named pg_database under C:\Program Files (x86)\PostgreSQL\8.2\data\global. Then you should search for the folder name by that number under C:\Program Files (x86)\PostgreSQL\8.2\data\base. That is the content of the database.

提交回复
热议问题