Summary
In this chapter, we went through the concept of tablespaces (containers for other objects). We also covered views and tables, especially temporary tables, and concepts specific to PostgreSQL, such as databases, search_path
, and schemas. We also saw how privileges and access controls are managed.
In the next chapter, we will cover transactions, and we will see how concurrency is managed in PostgreSQL.