From 2f2cb162f5acc0cd0140bcbb18a0e48a15b908ba Mon Sep 17 00:00:00 2001 From: Dorian Karter Date: Thu, 16 Jun 2016 11:05:22 -0500 Subject: [PATCH] Add PG Casts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f602c9..81b3142 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [Postgres Guide](http://postgresguide.com/) - A guide designed as an aid for beginners and experienced users to find specific tips and explore tools available within Postgres * [Backup and recover a Postgres DB using wal-e](https://coderwall.com/p/cwe2_a/backup-and-recover-a-postgres-db-using-wal-e) - A tutorial about setting up continuous archiving in PostgreSQL using wal-e * [PostgreSQL Exercises](https://pgexercises.com/) - A site to make it easy to learn PostgreSQL by doing +* [PG Casts](https://www.pgcasts.com) - Free weekly PostgreSQL screencasts by Hashrocket ### Blogs * [Planet PostgreSQL](http://planet.postgresql.org/) - A blog aggregation service for PostgreSQL