Skip to content

Commit

Permalink
Remove pg_partman from the list of required extensions (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis authored Nov 15, 2021
1 parent 5d516c6 commit ce3be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PGDatabase Schema and Functions for Storing and Accessing STAC collections and i

STAC Client that uses PGStac available in [STAC-FastAPI](https://github.com/stac-utils/stac-fastapi)

PGStac requires **Postgresql>=12**, **PostGIS>=3**, and **PG_Partman**. Best performance will be had using PostgreSQL>=13 and PostGIS>=3.1.
PGStac requires **Postgresql>=12** and **PostGIS>=3**. Best performance will be had using PostgreSQL>=13 and PostGIS>=3.1.

### PGStac Settings
PGStac installs everything into the pgstac schema in the database. You will need to make sure that this schema is set up in the search_path for the database.
Expand Down

0 comments on commit ce3be8c

Please sign in to comment.