Shipping costs will be calculated based on this address throughout the site.
Select your country
Americas
Argentina
Brazil
Canada
Chile
Colombia
Costa Rica
Dominican Republic
Ecuador
El Salvador
Mexico
Peru
U.S.A.
Uruguay
Europe
Austria
Belgium
Croatia
Czech Republic
Denmark
Finland
France
Germany
Greece
Hungary
Ireland
Italy
Latvia
Malta
Netherlands
Norway
Poland
Portugal
Serbia
Slovakia
Slovenia
Spain
Sweden
Switzerland
United Kingdom
Rest of the world


PostgreSQL 18 Cookbook, Third Edition. Upgrade to PostgreSQL 18 with ready troubleshooting across replication, partitioning, security, cloud provisioning, backup, and migration
Peter G (Author) · GitforGits · Paperback
This thoroughly revised 3rd edition troubleshoots through real failure modes, diagnostic techniques, and remediation patterns drawn from years of operating PostgreSQL at scale. In this cookbook, you install PostgreSQL 18, create and design schemas, configure clusters to automatically switch over in case something goes wrong, keep your connections secure using OAuth 2.0, and perform PITR to get your data back exactly how you left it. All the recipes work with a single growing sample database, so each one is clearly connected to the next one, just like how production systems actually develop.
This edition gives you all the tips and tricks of the latest PostgreSQL 18 features, like asynchronous I/O with io_uring, virtual generated columns, temporal constraints, time-ordered UUIDv7() identifiers, OLD and NEW values in RETURNING clauses, logical replication slot synchronization for failover, native OAuth authentication, parallel pg_upgrade with statistics preservation, eager vacuum freezing, and B-tree skip scan lookups.You'll find concrete, tested solutions for things like troubleshooting replication lag, recovering corrupted tables, debugging autovacuum bottlenecks, or migrating away from MD5 authentication. And you'll have the operational confidence to apply them under pressure.
Key LearningsInstall, configure, and tune PostgreSQL 18 across binary and source code pathsDiagnose startup failures, replication lag, and autovacuum bottlenecks using built-in viewsApply new asynchronous I/O subsystem to accelerate scans and vacuumDesign temporal constraints and virtual generated columns for modern data modelsConfigure logical replication slot sync for transparent publisher failoverImplement OAuth 2.0 authentication and migrate away from deprecated MD5 passwordsExecute 'pg_upgrade' with statistics preservation and parallel compatibility checksBuild partitioned, sharded schemas using declarative partitioning and CitusPerform point-in-time recovery and selective table or schema restoration confidentlyTable of ContentPreparing PostgreSQL 18
Performing Basic PostgreSQL Operations
PostgreSQL Cloud Provisioning
Database Migration to Cloud and PostgreSQL
WAL, I/O, AutoVacuum and ArchiveLog
Partitioning and Sharding Strategies
Replication, Scalability and High Availability
Blob, JSON Query, RETURNING Clause and Connections
Authentication, Audit and Encryption
Implementing Database Backup Strategies
Do you have a question about the book? Login to be able to add your own question.

