From 59e6298ee25ecd44e49ba54bdef3169a058f08ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Wed, 14 Feb 2024 12:46:21 +0100 Subject: [PATCH] Added "Books" section to resources Hi, Stjepan from Manning here. As we have released a new MEAP for "PostgreSQL Mistakes and How to Avoid Them" by Jimmy Angelakos, I've added the "Books" section so that I can link the book in my next PR. Thank you for considering it. Best, --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 54e1ebb..5b923a7 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,8 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * [Superfast CSV imports using PostgreSQL's COPY command](https://infinum.com/the-capsized-eight/superfast-csv-imports-using-postgresqls-copy) * [Tricking Postgres into using an insane – but 200x faster – query plan](https://spacelift.io/blog/tricking-postgres-into-using-query-plan) +### Books + ### Documentation * [Wiki](https://wiki.postgresql.org/wiki/Main_Page) - user documentation, how-tos, and tips 'n' tricks