PostgreSQL: Up and Running: A Practical Introduction to the Advanced Open Source Database
Thinking of migrating to PostgreSQL? This clear, fast-paced introduction helps you understand and use this open source database system. Not only will you learn about the enterprise class features in versions 9.2, 9.3, and 9.4, you’ll also discover that PostgeSQL is more than a database system–it’s also an impressive application platform.
With examples throughout, this book shows you how to achieve tasks that are difficult or impossible in other databases. This second edition covers LATERAL queries, augmented JSON support, materialized views, and other key topics. If you’re a current PostgreSQL user, you’ll pick up gems you may have missed before.
Chapter 1. The Basics
Chapter 2. Database Administration
Chapter 3. psql
Chapter 4. Using pgAdmin
Chapter 5. Data Types
Chapter 6. Tables, Constraints, and Indexes
Chapter 7. SQL: The PostgreSQL Way
Chapter 8. Writing Functions
Chapter 9. Query Performance Tuning
Chapter 10. Replication and External Data
Appendix A. Installing PostgreSQL
Appendix B. PostgreSQL Packaged Command-Line Tools