diff --git a/changelog/october2024/2024-10-14-sql-databases-added-extension-support.mdx b/changelog/october2024/2024-10-14-sql-databases-added-extension-support.mdx new file mode 100644 index 0000000000..4f746bb5d3 --- /dev/null +++ b/changelog/october2024/2024-10-14-sql-databases-added-extension-support.mdx @@ -0,0 +1,13 @@ +--- +title: Extension Support +status: added +author: + fullname: '' + url: 'https://slack.scaleway.com' +date: 2024-10-14 +category: serverless +product: sql-databases +--- + +Serverless SQL Databases now supports PostgreSQL extensions. Supported extensions include pgvector, PostGIS, timescaledb and [many others](https://www.scaleway.com/en/docs/serverless/sql-databases/reference-content/supported-postgresql-extensions/#supported-extensions). They can be activated using the [CREATE EXTENSION](https://www.scaleway.com/en/docs/serverless/sql-databases/reference-content/supported-postgresql-extensions/) command. +