From b7f113424c298630c8ff06ef48f5afccbf91cfe4 Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Thu, 31 Oct 2019 23:42:56 +0100 Subject: [PATCH] Add pagila sample database --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 831d3e9..0e395cb 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * [postgresDBSamples](https://github.com/morenoh149/postgresDBSamples) - A collection of sample postgres schemas * [PostgreSQL Primer for Busy People](https://zaiste.net/posts/postgresql-primer-for-busy-people/) - A collection of the most common commands used in PostgreSQL * [pg-utils](https://github.com/dataegret/pg-utils) - Useful DBA tools by Data Egret +* [pagila](https://github.com/xzilla/pagila) - Pagila, Postgres Sample Database ### Blogs * [Planet PostgreSQL](https://planet.postgresql.org/) - Blog aggregation service for PostgreSQL.