Merge branch 'master' into patch-2

This commit is contained in:
Asad Dhamani 2024-02-18 00:50:19 +05:30 committed by GitHub
commit 1d30a2d9c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,8 +266,11 @@ 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
* [PostgreSQL Mistakes and How to Avoid Them](https://www.manning.com/books/postgresql-mistakes-and-how-to-avoid-them)
### Documentation
* [Wiki](https://wiki.postgresql.org/wiki/Main_Page) - user documentation, how-tos, and tips 'n' tricks