Skip to content

Commit b770e67

Browse files
SamyOubouazizLaure-di
authored andcommitted
docs(sdb): add links to supported extension doc MTA-5139 (scaleway#3820)
* docs(sdb): add links to supported extension doc MTA-5139 * docs(sdb): update
1 parent 599a6d7 commit b770e67

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

faq/serverless-sql-databases.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,8 @@ You can avoid cold starts by provisioning a minimum of 1 vCPU or more.
5353
The following features are currently not supported and will be implemented at a later time:
5454

5555
- Manual backups (you can still perform manual backups using SQL queries or via SQL administration tools such as pgAdmin)
56-
- Several SQL commands detailed in the [Known differences with default PostgreSQL](/serverless/sql-databases/reference-content/known-differences/) documentation
56+
- Several SQL commands detailed in the [Known differences with default PostgreSQL](/serverless/sql-databases/reference-content/known-differences/) documentation
57+
58+
## Which PostgreSQL extensions are available?
59+
60+
Refer to our dedicated [PostgreSQL extentions reference page](/serverless/sql-databases/reference-content/supported-postgresql-extensions/) for a list of all available extensions and more details about each one.

serverless/sql-databases/reference-content/known-differences.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@ Serverless SQL Database is based on PostgreSQL engine and thus provides standard
1717

1818
If you require strict compatibility with all PostgreSQL features, you can use [Managed Databases for PostgreSQL](/managed-databases/postgresql-and-mysql/quickstart/) instead.
1919

20-
## Unsupported SQL features
20+
## Unsupported PostgreSQL extensions
2121

22-
- Installing extensions is not yet supported. We plan to support extensions similar to [Managed Databases for PostgreSQL available extensions](https://www.scaleway.com/en/docs/faq/databases-for-postgresql-and-mysql/#which-postgresql-extensions-are-available) in future releases.
22+
Serverless SQL Databases support the most popular PostgreSQL extensions. Refer to the [dedicated documentation](/serverless/sql-databases/reference-content/supported-postgresql-extensions/) for more information.
2323

24-
```sql
25-
CREATE EXTENSION extension_name;
26-
NOTIFY channel, 'message';
27-
```
24+
## Unsupported SQL features
2825

2926
- Notifying and listening channels using the `NOTIFY` and `LISTEN` commands can be performed, but message delivery is not guaranteed.
3027

0 commit comments

Comments
 (0)