You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faq/serverless-sql-databases.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,4 +53,8 @@ You can avoid cold starts by provisioning a minimum of 1 vCPU or more.
53
53
The following features are currently not supported and will be implemented at a later time:
54
54
55
55
- 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.
Copy file name to clipboardExpand all lines: serverless/sql-databases/reference-content/known-differences.mdx
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,11 @@ Serverless SQL Database is based on PostgreSQL engine and thus provides standard
17
17
18
18
If you require strict compatibility with all PostgreSQL features, you can use [Managed Databases for PostgreSQL](/managed-databases/postgresql-and-mysql/quickstart/) instead.
19
19
20
-
## Unsupported SQL features
20
+
## Unsupported PostgreSQL extensions
21
21
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.
23
23
24
-
```sql
25
-
CREATE EXTENSION extension_name;
26
-
NOTIFY channel, 'message';
27
-
```
24
+
## Unsupported SQL features
28
25
29
26
- Notifying and listening channels using the `NOTIFY` and `LISTEN` commands can be performed, but message delivery is not guaranteed.
0 commit comments