October 2014
Intermediate to advanced
142 pages
3h 9m
English
In this chapter, you will learn all you need to know about backup and recovery in PostgreSQL. The following topics will be covered in this chapter:
Before actually diving into backup and recovery, it is useful to take a general look at importing and exporting data from, and into, PostgreSQL. Understanding imports and exports is quite essential to get the overall idea of backups on a technical level.
When talking about imports and exports, there is really no way to do it without discussing the COPY command. The COPY command is the backbone of all the ...
Read now
Unlock full access