Skip to content

Commit

Permalink
Update gis stack extensions for Postgres 17 (#1097)
Browse files Browse the repository at this point in the history
Also install PostGIS from Trunk.
  • Loading branch information
theory committed Jan 8, 2025
1 parent a120bf5 commit c0504cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tembo-stacks/src/stacks/specs/gis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,17 @@ trunk_installs:
- name: fuzzystrmatch
version: 1.2.0
- name: pg_stat_statements
version: 1.10.0
version: 1.11.0
- name: postgis
version: 3.5.0
extensions:
- name: pg_stat_statements
locations:
- database: postgres
enabled: true
version: 1.10.0
version: 1.11.0
- name: postgis
locations:
- database: postgres
enabled: true
version: 3.4.0
version: 3.5.0

0 comments on commit c0504cb

Please sign in to comment.