I'm trying to deploy PostgreSQL + PostGIS for my ruby app. I follow this tutorial, but when I'm typing: CREATE EXTENSION PostGIS the terminal returns,
CREATE EXTENSION postgis;
CREATE : undefined command
my setup:
- POSTGRESQL 10.4
- Ruby 2.4.3
- Rails 5.1.6