Skip to content

Commit edc0117

Browse files
committed
DBaaS - Postgresql extensions - Link fix
1 parent 79f57f6 commit edc0117

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.de-de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.en-asia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.en-au.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.en-ca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.en-gb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.en-ie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.en-sg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.es-es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

pages/public_cloud/public_cloud_databases/postgresql_02_extensions/guide.es-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also some extensions may require disconnecting the client and reconnecting befor
110110
| `pg_buffercache` | <https://www.postgresql.org/docs/current/pgbuffercache.html> | Examine the shared buffer cache. |
111111
| `pg_cron` | <https://github.com/citusdata/pg_cron> | Job scheduler for PostgreSQL. |
112112
| `pg_partman` | <https://github.com/pgpartman/pg_partman> | Extension to manage partitioned tables by time or ID. |
113-
| `pg_prewarm` | h<ttps://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
113+
| `pg_prewarm` | <https://www.postgresql.org/docs/current/pgprewarm.html> | Prewarm relation data. PG11 and newer |
114114
| `pg_prometheus` | <https://github.com/timescale/pg_prometheus> | Prometheus metrics for PostgreSQL. `PG12 and earlier` |
115115
| `pg_repack` | <https://pgxn.org/dist/pg_repack/1.4.6/> | Reorganize tables in PostgreSQL databases with minimal locks. |
116116
| `pg_stat_statements` | <https://www.postgresql.org/docs/current/pgstatstatements.html> | Track planning and execution statistics of all SQL statements executed. |

0 commit comments

Comments
 (0)