InterviewSolution
Saved Bookmarks
| 1. |
What is base directory in PostgreSQL? |
|
Answer» The base directory in PostgreSQL (data_dir/base) is the folder is where PostgreSQL stores all the data you have INSERTED in your DATABASES. It contains all the sub-directories which are USED by a DATABASE in your CLUSTERS. |
|