Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions use-timescale/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,20 @@ The following $PG extensions are installed with each $SERVICE_LONG:

## Third-party extensions

| Extension | Description | Enabled by default |
|--------------------------------------------------|------------------------------------------------------------|--------------------|
| [h3][h3] | H3 bindings for $PG | - |
| [pgaudit][pgaudit] | Detailed session and/or object audit logging | - |
| [pgpcre][pgpcre] | Perl-compatible RegEx | - |
| [pg_repack][pgrepack] | Table reorganization in $PG with minimal locks | - |
| [pgrouting][pgrouting] | Geospatial routing functionality | - |
| [postgis][postgis] | PostGIS geometry and geography spatial types and functions | - |
| [postgis_raster][postgis-raster] | PostGIS raster types and functions | - |
| [postgis_sfcgal][postgis-sfcgal] | PostGIS SFCGAL functions | - |
| [postgis_tiger_geocoder][postgis-tiger-geocoder] | PostGIS tiger geocoder and reverse geocoder | - |
| [postgis_topology][postgis-topology] | PostGIS topology spatial types and functions | - |
| [unit][unit] | SI units for $PG | - |
| Extension | Description | Enabled by default |
|--------------------------------------------------|----------------------------------------------------------------------------------|------------------------------------------------------|
| [h3][h3] | H3 bindings for $PG | - |
| [pgaudit][pgaudit] | Detailed session and/or object audit logging | - |
| [pgpcre][pgpcre] | Perl-compatible RegEx | - |
| [pg_cron][pgcron] | SQL commands that you can schedule and run directly inside the database | [Contact us](mailto:support@tigerdata.com) to enable |
| [pg_repack][pgrepack] | Table reorganization in $PG with minimal locks | - |
| [pgrouting][pgrouting] | Geospatial routing functionality | - |
| [postgis][postgis] | PostGIS geometry and geography spatial types and functions | - |
| [postgis_raster][postgis-raster] | PostGIS raster types and functions | - |
| [postgis_sfcgal][postgis-sfcgal] | PostGIS SFCGAL functions | - |
| [postgis_tiger_geocoder][postgis-tiger-geocoder] | PostGIS tiger geocoder and reverse geocoder | - |
| [postgis_topology][postgis-topology] | PostGIS topology spatial types and functions | - |
| [unit][unit] | SI units for $PG | - |

[amcheck]: https://www.postgresql.org/docs/current/amcheck.html
[autoinc]: https://www.postgresql.org/docs/current/contrib-spi.html#CONTRIB-SPI-AUTOINC
Expand Down Expand Up @@ -118,6 +119,7 @@ The following $PG extensions are installed with each $SERVICE_LONG:
[pg-visibility]: https://www.postgresql.org/docs/current/pgvisibility.html
[pgai]: /ai/:currentVersion:/
[pgaudit]: https://www.pgaudit.org/
[pgcron]: https://github.com/citusdata/pg_cron
[pgpcre]: https://github.com/petere/pgpcre
[pgrepack]: https://github.com/reorg/pg_repack
[pgrouting]: https://pgrouting.org/
Expand Down