N
Neon14mo ago
fair-rose

PostGIS extension not installed on Postgres 17

Message from Fix with AI:
-- Failed query:
-- CREATE EXTENSION IF NOT EXISTS postgis;
-- Query can't be composed effectively.
-- The PostGIS extension is not installed on this database. The query to create the extension cannot be fixed without first installing PostGIS on the database server. This typically requires administrative privileges and cannot be done through a simple SQL query. You would need to contact your database administrator or hosting provider to install the PostGIS extension on the server before you can create it in your database.
-- Failed query:
-- CREATE EXTENSION IF NOT EXISTS postgis;
-- Query can't be composed effectively.
-- The PostGIS extension is not installed on this database. The query to create the extension cannot be fixed without first installing PostGIS on the database server. This typically requires administrative privileges and cannot be done through a simple SQL query. You would need to contact your database administrator or hosting provider to install the PostGIS extension on the server before you can create it in your database.
Try to install PostGIS 3.5.0 if possible.
No description
1 Reply
sensitive-blue
sensitive-blue13mo ago
hey @tomykho we were waiting on a PostGIS release for 17 but it's available now https://neon.tech/docs/extensions/pg-extensions
Neon
Supported Postgres extensions - Neon Docs
Neon supports the Postgres extensions shown in the following table. The supported version of the extension sometimes differs by Postgres version. A dash ( ) indicates that an extension is not yet supp...

Did you find this page helpful?