Add "Lift the Elephant" to PostgreSQL (#13135)

This commit is contained in:
Alex Yarotsky 2026-03-24 11:07:50 -04:00 committed by GitHub
parent ab597096af
commit 2626940ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1906,6 +1906,7 @@ Books on general-purpose programming that don't focus on a specific language are
### PostgreSQL
* [Essential PostgreSQL](https://www.programming-books.io/essential/postgresql/) - Krzysztof Kowalczyk, StackOverflow Contributors
* [Lift the Elephant: Scaling PostgreSQL Beyond Query Optimization](https://leanpub.com/lift-the-elephant) - Alex Yarotsky (PDF) *(Leanpub account or valid email requested)*
* [Postgres Official Documentation](http://www.postgresql.org/docs/)
* [Postgres Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/postgres) (PDF, Kindle) (email address *requested*, not required)
* [PostgreSQL Notes for Professionals](https://goalkicker.com/PostgreSQLBook/) - Compiled from StackOverflow documentation (PDF)