From 3e7e2711bf8d1e0737ca1c8f331562d77b06fa5c Mon Sep 17 00:00:00 2001 From: anggiaj Date: Fri, 20 Nov 2015 09:12:54 +0700 Subject: [PATCH] Update README.md Add PostGIS to extensions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0693e58..cd1b644 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i ### Extensions * [PGStorm](https://wiki.postgresql.org/wiki/PGStrom) - Postgres extension to offload CPU intensive workloads to GPU * [pg_shard](https://github.com/citusdata/pg_shard) - PostgreSQL extension to scale out real-time reads and writes +* [PostGIS](http://postgis.net/) - Spatial and Geographic objects for PostgreSQL ### Optimization * [PgHero](https://github.com/ankane/pghero) - Postgres insights made easy