From 99abe0d553b0e70f38381f5ab208b8d86fb73003 Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Mon, 14 Oct 2024 15:38:11 +0000 Subject: [PATCH 1/2] feat(changelog): add new entry --- ...-10-14-sql-databases-added-extension-support.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changelog/october2024/2024-10-14-sql-databases-added-extension-support.mdx 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..2b23246778 --- /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) and can be activate using [CREATE EXTENSION](https://www.scaleway.com/en/docs/serverless/sql-databases/reference-content/supported-postgresql-extensions/) command. + From 7f4fffd3847e209d5fc3e77833264d5d61889074 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 15 Oct 2024 11:02:13 +0200 Subject: [PATCH 2/2] Update changelog/october2024/2024-10-14-sql-databases-added-extension-support.mdx Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- .../2024-10-14-sql-databases-added-extension-support.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 2b23246778..4f746bb5d3 100644 --- a/changelog/october2024/2024-10-14-sql-databases-added-extension-support.mdx +++ b/changelog/october2024/2024-10-14-sql-databases-added-extension-support.mdx @@ -9,5 +9,5 @@ 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) and can be activate using [CREATE EXTENSION](https://www.scaleway.com/en/docs/serverless/sql-databases/reference-content/supported-postgresql-extensions/) command. +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.