I am interested in getting the physical layout of tables, views, functions, data / content available in PostgreSQL tables on Linux. I have a script that PostgreSQL can be installed on the SD-Card and on the hard drive. If I have tables, views, functions, data in SD, I want to get physical locations and merge / copy to my hard drive when I want to replace the memory space. I hope that database storage should be in the form of a simple file architecture.
Also, is it possible to view the contents of files? I mean, can I access them?
source
share