Skip to content

Commit 03e1578

Browse files
authored
PR review edit, fix link syntax
1 parent 61254fc commit 03e1578

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/postgresql/concepts-extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following extensions are available in Azure Database for PostgreSQL servers
5656
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 2.5.1 | PostGIS topology spatial types and functions|
5757
> |[postgres_fdw](https://www.postgresql.org/docs/11/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
5858
> |[tablefunc](https://www.postgresql.org/docs/11/tablefunc.html) | 1.0 | functions that manipulate whole tables, including crosstab|
59-
> |[timescaledb](https://docs.timescale.com/timescaledb/latest) |1.7.4 | Enables scalable inserts and complex queries for time-series data|
59+
> |[timescaledb](https://docs.timescale.com/timescaledb/latest/) |1.7.4 | Enables scalable inserts and complex queries for time-series data|
6060
> |[unaccent](https://www.postgresql.org/docs/11/unaccent.html) | 1.1 | text search dictionary that removes accents|
6161
> |[uuid-ossp](https://www.postgresql.org/docs/11/uuid-ossp.html) | 1.1 | generate universally unique identifiers (UUIDs)|
6262
@@ -102,7 +102,7 @@ The following extensions are available in Azure Database for PostgreSQL servers
102102
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 2.4.3 | PostGIS topology spatial types and functions|
103103
> |[postgres_fdw](https://www.postgresql.org/docs/10/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
104104
> |[tablefunc](https://www.postgresql.org/docs/10/tablefunc.html) | 1.0 | functions that manipulate whole tables, including crosstab|
105-
> |[timescaledb](https://docs.timescale.com/timescaledb/latest) | 1.7.4 | Enables scalable inserts and complex queries for time-series data|
105+
> |[timescaledb](https://docs.timescale.com/timescaledb/latest/) | 1.7.4 | Enables scalable inserts and complex queries for time-series data|
106106
> |[unaccent](https://www.postgresql.org/docs/10/unaccent.html) | 1.1 | text search dictionary that removes accents|
107107
> |[uuid-ossp](https://www.postgresql.org/docs/10/uuid-ossp.html) | 1.1 | generate universally unique identifiers (UUIDs)|
108108
@@ -148,7 +148,7 @@ The following extensions are available in Azure Database for PostgreSQL servers
148148
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 2.3.2 | PostGIS topology spatial types and functions|
149149
> |[postgres_fdw](https://www.postgresql.org/docs/9.6/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
150150
> |[tablefunc](https://www.postgresql.org/docs/9.6/tablefunc.html) | 1.0 | functions that manipulate whole tables, including crosstab|
151-
> |[timescaledb](https://docs.timescale.com/timescaledb/latest) | 1.7.4 | Enables scalable inserts and complex queries for time-series data|
151+
> |[timescaledb](https://docs.timescale.com/timescaledb/latest/) | 1.7.4 | Enables scalable inserts and complex queries for time-series data|
152152
> |[unaccent](https://www.postgresql.org/docs/9.6/unaccent.html) | 1.1 | text search dictionary that removes accents|
153153
> |[uuid-ossp](https://www.postgresql.org/docs/9.6/uuid-ossp.html) | 1.1 | generate universally unique identifiers (UUIDs)|
154154
@@ -225,7 +225,7 @@ In Postgres 11 and above, you can configure prewarming to happen [automatically]
225225
## TimescaleDB
226226
TimescaleDB is a time-series database that is packaged as an extension for PostgreSQL. TimescaleDB provides time-oriented analytical functions, optimizations, and scales Postgres for time-series workloads.
227227

228-
[Learn more about TimescaleDB](https://docs.timescale.com/timescaledb/latest), a registered trademark of [Timescale, Inc.](https://www.timescale.com/). Azure Database for PostgreSQL provides the TimescaleDB [Apache-2 edition](https://www.timescale.com/legal/licenses).
228+
[Learn more about TimescaleDB](https://docs.timescale.com/timescaledb/latest/), a registered trademark of [Timescale, Inc.](https://www.timescale.com/). Azure Database for PostgreSQL provides the TimescaleDB [Apache-2 edition](https://www.timescale.com/legal/licenses).
229229

230230
### Installing TimescaleDB
231231
To install TimescaleDB, you need to include it in the server's shared preload libraries. A change to Postgres's `shared_preload_libraries` parameter requires a **server restart** to take effect. You can change parameters using the [Azure portal](howto-configure-server-parameters-using-portal.md) or the [Azure CLI](howto-configure-server-parameters-using-cli.md).

0 commit comments

Comments
 (0)