How can I find where Postgres 8.x database files are saved in Ubuntu 10.04 file system?
In the postgres prompt, just execute this query:
SHOW data_directory;
Check also the Ubuntu manual: https://help.ubuntu.com/10.04/serverguide/C/postgresql.html
2.1m questions
2.1m answers
60 comments
57.0k users