Skip to content

Commit 8b0c931

Browse files
author
tcpdumpfbacke
committed
Fixes
1 parent 382b1dc commit 8b0c931

File tree

16 files changed

+173
-173
lines changed

16 files changed

+173
-173
lines changed

pages/account/customer/ovhcloud-account-connect-saml-adfs/guide.de-de.md

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

pages/platform/databases/postgresql_02_extensions/guide.de-de.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ section: PostgreSQL - Guides
66
order: 020
77
routes:
88
canonical: 'https://docs.ovh.com/gb/en/publiccloud/databases/postgresql/extensions/'
9-
updated: 2021-12-22
9+
updated: 2023-04-11
1010
---
1111

12-
**Last updated December 22<sup>th</sup>, 2021**
12+
**Last updated April 11<sup>th</sup>, 2023**
1313

1414
## List of available extensions
1515

16-
Public Cloud Databases for PostgreSQL come with a set of supported extenions.
16+
Public Cloud Databases for PostgreSQL come with a set of supported extensions.
1717

18-
You cannot install unsupported ones, since it's managed and industrialized services. Reach us if an extension is missing for your project, we may study his implementation.
18+
You cannot install unsupported ones, since they are managed and industrialized services. Contact us if an extension is missing for your project, we may consider the implementation.
1919

2020
Please note that some of the extensions have dependencies and they need to be created in the proper order.
21-
Also some extensions may require disconnecting the client connection and reconnecting before they are fully available.
21+
Also some extensions may require disconnecting the client and reconnecting before they are fully available.
2222

2323
| Extension Name | Link | Notes |
2424
| ------------------------------ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -75,9 +75,9 @@ Also some extensions may require disconnecting the client connection and reconne
7575
| `uuid-ossp` | <https://www.postgresql.org/docs/current/uuid-ossp.html> | |
7676
| `wal2json` | <https://github.com/eulerto/wal2json> | PostgreSQL 10 and newer |
7777

78-
## Install an extension
78+
## Installing an extension
7979

80-
You can list available extensions
80+
You can list available extensions:
8181

8282
```sql
8383
defaultdb=> SELECT * FROM pg_available_extensions;
@@ -91,7 +91,7 @@ defaultdb=> SELECT * FROM pg_available_extensions;
9191
(71 rows)
9292
```
9393

94-
Install an available extension
94+
Install an available extension:
9595

9696
```sql
9797
defaultdb=> CREATE EXTENSION IF NOT EXISTS extension_name

pages/platform/databases/postgresql_02_extensions/guide.en-asia.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ slug: postgresql/extensions
44
excerpt: List of available PostgreSQL extensions
55
section: PostgreSQL - Guides
66
order: 020
7-
updated: 2021-12-22
7+
updated: 2023-04-11
88
---
99

10-
**Last updated December 22<sup>th</sup>, 2021**
10+
**Last updated April 11<sup>th</sup>, 2023**
1111

1212
## List of available extensions
1313

14-
Public Cloud Databases for PostgreSQL come with a set of supported extenions.
14+
Public Cloud Databases for PostgreSQL come with a set of supported extensions.
1515

16-
You cannot install unsupported ones, since it's managed and industrialized services. Reach us if an extension is missing for your project, we may study his implementation.
16+
You cannot install unsupported ones, since they are managed and industrialized services. Contact us if an extension is missing for your project, we may consider the implementation.
1717

1818
Please note that some of the extensions have dependencies and they need to be created in the proper order.
19-
Also some extensions may require disconnecting the client connection and reconnecting before they are fully available.
19+
Also some extensions may require disconnecting the client and reconnecting before they are fully available.
2020

2121
| Extension Name | Link | Notes |
2222
| ------------------------------ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -73,9 +73,9 @@ Also some extensions may require disconnecting the client connection and reconne
7373
| `uuid-ossp` | <https://www.postgresql.org/docs/current/uuid-ossp.html> | |
7474
| `wal2json` | <https://github.com/eulerto/wal2json> | PostgreSQL 10 and newer |
7575

76-
## Install an extension
76+
## Installing an extension
7777

78-
You can list available extensions
78+
You can list available extensions:
7979

8080
```sql
8181
defaultdb=> SELECT * FROM pg_available_extensions;
@@ -89,7 +89,7 @@ defaultdb=> SELECT * FROM pg_available_extensions;
8989
(71 rows)
9090
```
9191

92-
Install an available extension
92+
Install an available extension:
9393

9494
```sql
9595
defaultdb=> CREATE EXTENSION IF NOT EXISTS extension_name

pages/platform/databases/postgresql_02_extensions/guide.en-au.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ slug: postgresql/extensions
44
excerpt: List of available PostgreSQL extensions
55
section: PostgreSQL - Guides
66
order: 020
7-
updated: 2021-12-22
7+
updated: 2023-04-11
88
---
99

10-
**Last updated December 22<sup>th</sup>, 2021**
10+
**Last updated April 11<sup>th</sup>, 2023**
1111

1212
## List of available extensions
1313

14-
Public Cloud Databases for PostgreSQL come with a set of supported extenions.
14+
Public Cloud Databases for PostgreSQL come with a set of supported extensions.
1515

16-
You cannot install unsupported ones, since it's managed and industrialized services. Reach us if an extension is missing for your project, we may study his implementation.
16+
You cannot install unsupported ones, since they are managed and industrialized services. Contact us if an extension is missing for your project, we may consider the implementation.
1717

1818
Please note that some of the extensions have dependencies and they need to be created in the proper order.
19-
Also some extensions may require disconnecting the client connection and reconnecting before they are fully available.
19+
Also some extensions may require disconnecting the client and reconnecting before they are fully available.
2020

2121
| Extension Name | Link | Notes |
2222
| ------------------------------ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -73,9 +73,9 @@ Also some extensions may require disconnecting the client connection and reconne
7373
| `uuid-ossp` | <https://www.postgresql.org/docs/current/uuid-ossp.html> | |
7474
| `wal2json` | <https://github.com/eulerto/wal2json> | PostgreSQL 10 and newer |
7575

76-
## Install an extension
76+
## Installing an extension
7777

78-
You can list available extensions
78+
You can list available extensions:
7979

8080
```sql
8181
defaultdb=> SELECT * FROM pg_available_extensions;
@@ -89,7 +89,7 @@ defaultdb=> SELECT * FROM pg_available_extensions;
8989
(71 rows)
9090
```
9191

92-
Install an available extension
92+
Install an available extension:
9393

9494
```sql
9595
defaultdb=> CREATE EXTENSION IF NOT EXISTS extension_name

pages/platform/databases/postgresql_02_extensions/guide.en-ca.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ slug: postgresql/extensions
44
excerpt: List of available PostgreSQL extensions
55
section: PostgreSQL - Guides
66
order: 020
7-
updated: 2021-12-22
7+
updated: 2023-04-11
88
---
99

10-
**Last updated December 22<sup>th</sup>, 2021**
10+
**Last updated April 11<sup>th</sup>, 2023**
1111

1212
## List of available extensions
1313

14-
Public Cloud Databases for PostgreSQL come with a set of supported extenions.
14+
Public Cloud Databases for PostgreSQL come with a set of supported extensions.
1515

16-
You cannot install unsupported ones, since it's managed and industrialized services. Reach us if an extension is missing for your project, we may study his implementation.
16+
You cannot install unsupported ones, since they are managed and industrialized services. Contact us if an extension is missing for your project, we may consider the implementation.
1717

1818
Please note that some of the extensions have dependencies and they need to be created in the proper order.
19-
Also some extensions may require disconnecting the client connection and reconnecting before they are fully available.
19+
Also some extensions may require disconnecting the client and reconnecting before they are fully available.
2020

2121
| Extension Name | Link | Notes |
2222
| ------------------------------ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -73,9 +73,9 @@ Also some extensions may require disconnecting the client connection and reconne
7373
| `uuid-ossp` | <https://www.postgresql.org/docs/current/uuid-ossp.html> | |
7474
| `wal2json` | <https://github.com/eulerto/wal2json> | PostgreSQL 10 and newer |
7575

76-
## Install an extension
76+
## Installing an extension
7777

78-
You can list available extensions
78+
You can list available extensions:
7979

8080
```sql
8181
defaultdb=> SELECT * FROM pg_available_extensions;
@@ -89,7 +89,7 @@ defaultdb=> SELECT * FROM pg_available_extensions;
8989
(71 rows)
9090
```
9191

92-
Install an available extension
92+
Install an available extension:
9393

9494
```sql
9595
defaultdb=> CREATE EXTENSION IF NOT EXISTS extension_name

pages/platform/databases/postgresql_02_extensions/guide.en-gb.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ slug: postgresql/extensions
44
excerpt: List of available PostgreSQL extensions
55
section: PostgreSQL - Guides
66
order: 020
7-
updated: 2021-12-22
7+
updated: 2023-04-11
88
---
99

10-
**Last updated December 22<sup>th</sup>, 2021**
10+
**Last updated April 11<sup>th</sup>, 2023**
1111

1212
## List of available extensions
1313

14-
Public Cloud Databases for PostgreSQL come with a set of supported extenions.
14+
Public Cloud Databases for PostgreSQL come with a set of supported extensions.
1515

16-
You cannot install unsupported ones, since it's managed and industrialized services. Reach us if an extension is missing for your project, we may study his implementation.
16+
You cannot install unsupported ones, since they are managed and industrialized services. Contact us if an extension is missing for your project, we may consider the implementation.
1717

18-
Please note that some of the extensions have dependencies and they need to be created in the proper order.
19-
Also some extensions may require disconnecting the client connection and reconnecting before they are fully available.
18+
Please note that some of the extensions have dependencies and they need to be created in the proper order.
19+
Also some extensions may require disconnecting the client and reconnecting before they are fully available.
2020

2121
| Extension Name | Link | Notes |
2222
| ------------------------------ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -73,9 +73,9 @@ Also some extensions may require disconnecting the client connection and reconne
7373
| `uuid-ossp` | <https://www.postgresql.org/docs/current/uuid-ossp.html> | |
7474
| `wal2json` | <https://github.com/eulerto/wal2json> | PostgreSQL 10 and newer |
7575

76-
## Install an extension
76+
## Installing an extension
7777

78-
You can list available extensions
78+
You can list available extensions:
7979

8080
```sql
8181
defaultdb=> SELECT * FROM pg_available_extensions;
@@ -89,7 +89,7 @@ defaultdb=> SELECT * FROM pg_available_extensions;
8989
(71 rows)
9090
```
9191

92-
Install an available extension
92+
Install an available extension:
9393

9494
```sql
9595
defaultdb=> CREATE EXTENSION IF NOT EXISTS extension_name

pages/platform/databases/postgresql_02_extensions/guide.en-ie.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ slug: postgresql/extensions
44
excerpt: List of available PostgreSQL extensions
55
section: PostgreSQL - Guides
66
order: 020
7-
updated: 2021-12-22
7+
updated: 2023-04-11
88
---
99

10-
**Last updated December 22<sup>th</sup>, 2021**
10+
**Last updated April 11<sup>th</sup>, 2023**
1111

1212
## List of available extensions
1313

14-
Public Cloud Databases for PostgreSQL come with a set of supported extenions.
14+
Public Cloud Databases for PostgreSQL come with a set of supported extensions.
1515

16-
You cannot install unsupported ones, since it's managed and industrialized services. Reach us if an extension is missing for your project, we may study his implementation.
16+
You cannot install unsupported ones, since they are managed and industrialized services. Contact us if an extension is missing for your project, we may consider the implementation.
1717

1818
Please note that some of the extensions have dependencies and they need to be created in the proper order.
19-
Also some extensions may require disconnecting the client connection and reconnecting before they are fully available.
19+
Also some extensions may require disconnecting the client and reconnecting before they are fully available.
2020

2121
| Extension Name | Link | Notes |
2222
| ------------------------------ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -73,9 +73,9 @@ Also some extensions may require disconnecting the client connection and reconne
7373
| `uuid-ossp` | <https://www.postgresql.org/docs/current/uuid-ossp.html> | |
7474
| `wal2json` | <https://github.com/eulerto/wal2json> | PostgreSQL 10 and newer |
7575

76-
## Install an extension
76+
## Installing an extension
7777

78-
You can list available extensions
78+
You can list available extensions:
7979

8080
```sql
8181
defaultdb=> SELECT * FROM pg_available_extensions;
@@ -89,7 +89,7 @@ defaultdb=> SELECT * FROM pg_available_extensions;
8989
(71 rows)
9090
```
9191

92-
Install an available extension
92+
Install an available extension:
9393

9494
```sql
9595
defaultdb=> CREATE EXTENSION IF NOT EXISTS extension_name

pages/platform/databases/postgresql_02_extensions/guide.en-sg.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ slug: postgresql/extensions
44
excerpt: List of available PostgreSQL extensions
55
section: PostgreSQL - Guides
66
order: 020
7-
updated: 2021-12-22
7+
updated: 2023-04-11
88
---
99

10-
**Last updated December 22<sup>th</sup>, 2021**
10+
**Last updated April 11<sup>th</sup>, 2023**
1111

1212
## List of available extensions
1313

14-
Public Cloud Databases for PostgreSQL come with a set of supported extenions.
14+
Public Cloud Databases for PostgreSQL come with a set of supported extensions.
1515

16-
You cannot install unsupported ones, since it's managed and industrialized services. Reach us if an extension is missing for your project, we may study his implementation.
16+
You cannot install unsupported ones, since they are managed and industrialized services. Contact us if an extension is missing for your project, we may consider the implementation.
1717

1818
Please note that some of the extensions have dependencies and they need to be created in the proper order.
19-
Also some extensions may require disconnecting the client connection and reconnecting before they are fully available.
19+
Also some extensions may require disconnecting the client and reconnecting before they are fully available.
2020

2121
| Extension Name | Link | Notes |
2222
| ------------------------------ | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -73,9 +73,9 @@ Also some extensions may require disconnecting the client connection and reconne
7373
| `uuid-ossp` | <https://www.postgresql.org/docs/current/uuid-ossp.html> | |
7474
| `wal2json` | <https://github.com/eulerto/wal2json> | PostgreSQL 10 and newer |
7575

76-
## Install an extension
76+
## Installing an extension
7777

78-
You can list available extensions
78+
You can list available extensions:
7979

8080
```sql
8181
defaultdb=> SELECT * FROM pg_available_extensions;
@@ -89,7 +89,7 @@ defaultdb=> SELECT * FROM pg_available_extensions;
8989
(71 rows)
9090
```
9191

92-
Install an available extension
92+
Install an available extension:
9393

9494
```sql
9595
defaultdb=> CREATE EXTENSION IF NOT EXISTS extension_name

0 commit comments

Comments
 (0)