From b01c8b9e55b0ce7aff2f4c3e56a4128c8c2ec8e3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Jan 2025 15:38:43 -0400 Subject: [PATCH 1/4] docs: update dblink link --- content/changelog/2025-01-24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/changelog/2025-01-24.md b/content/changelog/2025-01-24.md index 679b437334..fe597a6bd7 100644 --- a/content/changelog/2025-01-24.md +++ b/content/changelog/2025-01-24.md @@ -28,7 +28,7 @@ Stay tuned for specific details about when scheduled updates will roll out. Free ### Connect to external Postgres databases with the `dblink` extension -Neon now supports accessing external Postgres databases using the [dblink](https://www.postgresql.org/docs/current/contrib-dblink-function.html) extension. `dblink` lets you easily connect to other Postgres databases and run queries on them. It's a good choice for quick, one-off queries or situations where you need data from a remote database but don’t want to configure a foreign data wrapper. +Neon now supports accessing external Postgres databases using the [dblink](https://neon.tech/docs/extensions/dblink) extension. `dblink` lets you easily connect to other Postgres databases and run queries on them. It's a good choice for quick, one-off queries or situations where you need data from a remote database but don’t want to configure a foreign data wrapper. ### Support for the `pg_repack` extension From 0ad4a7a3a7293a6b5ae4d0b4fb719c542e0f3b46 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 24 Jan 2025 19:40:07 +0000 Subject: [PATCH 2/4] chore: format content markdown files with Prettier --- content/docs/extensions/extensions-intro.md | 2 +- content/docs/extensions/pg-extensions.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/extensions/extensions-intro.md b/content/docs/extensions/extensions-intro.md index ccee6524da..5cc3cf6a39 100644 --- a/content/docs/extensions/extensions-intro.md +++ b/content/docs/extensions/extensions-intro.md @@ -292,4 +292,4 @@ Do you need an extension we don’t support yet? [Let us know](/docs/extensions/ postgres_fdw - \ No newline at end of file + diff --git a/content/docs/extensions/pg-extensions.md b/content/docs/extensions/pg-extensions.md index f15fa53b8b..4b69de28a7 100644 --- a/content/docs/extensions/pg-extensions.md +++ b/content/docs/extensions/pg-extensions.md @@ -22,7 +22,7 @@ Do you need an extension we don’t support yet? [Let us know](#request-extensio | [btree_gist](https://www.postgresql.org/docs/16/btree-gist.html) | 1.6 | 1.7 | 1.7 | 1.7 | | | [citext](/docs/extensions/citext) | 1.6 | 1.6 | 1.6 | 1.6 | | | [cube](https://www.postgresql.org/docs/16/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | | -| [dblink](https://www.postgresql.org/docs/current/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | | +| [dblink](https://www.postgresql.org/docs/current/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | | | [dict_int](https://www.postgresql.org/docs/16/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | | | [earthdistance](https://www.postgresql.org/docs/16/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | | | [fuzzystrmatch](https://www.postgresql.org/docs/16/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.2 | | @@ -77,7 +77,7 @@ Do you need an extension we don’t support yet? [Let us know](#request-extensio | [postgis_sfcgal](/docs/extensions/postgis-related-extensions#postgis-sfcgal) | 1.3.8 | 1.3.8 | 1.3.8 | 3.5.0 | | | [postgis_tiger_geocoder](/docs/extensions/postgis-related-extensions#postgis-tiger-geocoder) | 3.3.3 | 3.3.3 | 3.3.3 | 3.5.0 | Cannot be installed using the Neon SQL Editor. Use your `psql` user credentials to install this extension. | | [postgis_topology](https://www.postgis.net/docs/Topology.html) | 3.3.3 | 3.3.3 | 3.3.3 | 3.5.0 | | -| [postgres_fdw](/docs/extensions/postgres_fdw) | - | - | - | - | Support coming soon. +| [postgres_fdw](/docs/extensions/postgres_fdw) | - | - | - | - | Support coming soon. | | [prefix](https://github.com/dimitri/prefix) | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 | | | [rdkit](https://github.com/rdkit/rdkit) | 4.3.0 | 4.3.0 | 4.3.0 | 4.6.0 | | | [refint (spi)](https://www.postgresql.org/docs/current/contrib-spi.html) | 1.0 | 1.0 | 1.0 | 1.0 | | From a0edefb2b18334ccc42150a60a2f90c09a0f0ccb Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Jan 2025 15:46:13 -0400 Subject: [PATCH 3/4] docs: update links --- content/docs/extensions/pg-extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/extensions/pg-extensions.md b/content/docs/extensions/pg-extensions.md index 4b69de28a7..28cab6410b 100644 --- a/content/docs/extensions/pg-extensions.md +++ b/content/docs/extensions/pg-extensions.md @@ -22,7 +22,7 @@ Do you need an extension we don’t support yet? [Let us know](#request-extensio | [btree_gist](https://www.postgresql.org/docs/16/btree-gist.html) | 1.6 | 1.7 | 1.7 | 1.7 | | | [citext](/docs/extensions/citext) | 1.6 | 1.6 | 1.6 | 1.6 | | | [cube](https://www.postgresql.org/docs/16/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | | -| [dblink](https://www.postgresql.org/docs/current/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | | +| [dblink](/docs/extensions/dblink) | 1.2 | 1.2 | 1.2 | 1.2 | | | [dict_int](https://www.postgresql.org/docs/16/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | | | [earthdistance](https://www.postgresql.org/docs/16/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | | | [fuzzystrmatch](https://www.postgresql.org/docs/16/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.2 | | @@ -48,7 +48,7 @@ Do you need an extension we don’t support yet? [Let us know](#request-extensio | [pg_hint_plan](https://github.com/ossc-db/pg_hint_plan) | 1.4.1 | 1.5.0 | 1.6.0 | 1.7.0 | | | [pg_ivm](https://github.com/sraoss/pg_ivm) | 1.9 | 1.9 | 1.9 | 1.9 | | | [pg_jsonschema](https://github.com/supabase/pg_jsonschema) | 0.3.3 | 0.3.3 | 0.3.3 | 0.3.3 | | -| [pg_mooncake](https://github.com/Mooncake-Labs/pg_mooncake) | - | 0.0.1 | 0.0.1 | 0.0.1 | This extension is **experimental**. Using a separate, dedicated Neon project is recommended. Run `SET neon.allow_unstable_extensions='true';` before installing. See the [YouTube demo](https://youtu.be/QDNsxw_3ris?feature=shared&t=2048) and the [pg_mooncake documentation](https://pgmooncake.com/docs). | +| [pg_mooncake](/docs/extensions/pg_mooncake) | - | 0.0.1 | 0.0.1 | 0.0.1 | This extension is **experimental**. Using a separate, dedicated Neon project is recommended. Run `SET neon.allow_unstable_extensions='true';` before installing. See the [YouTube demo](https://youtu.be/QDNsxw_3ris?feature=shared&t=2048) and the [pg_mooncake documentation](https://pgmooncake.com/docs). | | [pg_partman](https://github.com/pgpartman/pg_partman) | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | | | [pg_prewarm](/docs/extensions/pg_prewarm) | 1.2 | 1.2 | 1.2 | 1.2 | | | [pg_repack](https://github.com/reorg/pg_repack) | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | Available only on paid Neon plans. To install `pg_repack`, it must first be enabled by Neon Support. [Open a support ticket](https://console.neon.tech/app/projects?modal=support) with your endpoint ID and database name to request it. After it's enabled, you'll need to restart your compute before running `CREATE EXTENSION pg_repack;` To use `pg_repack`, you will need to [install the pg_repack CLI](https://reorg.github.io/pg_repack/#download). | From 62e30c4e6195d013b49f40e65b778fec0145ef63 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 24 Jan 2025 19:47:36 +0000 Subject: [PATCH 4/4] chore: format content markdown files with Prettier --- content/docs/extensions/pg-extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/extensions/pg-extensions.md b/content/docs/extensions/pg-extensions.md index 28cab6410b..f6b7c3ba57 100644 --- a/content/docs/extensions/pg-extensions.md +++ b/content/docs/extensions/pg-extensions.md @@ -22,7 +22,7 @@ Do you need an extension we don’t support yet? [Let us know](#request-extensio | [btree_gist](https://www.postgresql.org/docs/16/btree-gist.html) | 1.6 | 1.7 | 1.7 | 1.7 | | | [citext](/docs/extensions/citext) | 1.6 | 1.6 | 1.6 | 1.6 | | | [cube](https://www.postgresql.org/docs/16/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | | -| [dblink](/docs/extensions/dblink) | 1.2 | 1.2 | 1.2 | 1.2 | | +| [dblink](/docs/extensions/dblink) | 1.2 | 1.2 | 1.2 | 1.2 | | | [dict_int](https://www.postgresql.org/docs/16/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | | | [earthdistance](https://www.postgresql.org/docs/16/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | | | [fuzzystrmatch](https://www.postgresql.org/docs/16/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.2 | | @@ -48,7 +48,7 @@ Do you need an extension we don’t support yet? [Let us know](#request-extensio | [pg_hint_plan](https://github.com/ossc-db/pg_hint_plan) | 1.4.1 | 1.5.0 | 1.6.0 | 1.7.0 | | | [pg_ivm](https://github.com/sraoss/pg_ivm) | 1.9 | 1.9 | 1.9 | 1.9 | | | [pg_jsonschema](https://github.com/supabase/pg_jsonschema) | 0.3.3 | 0.3.3 | 0.3.3 | 0.3.3 | | -| [pg_mooncake](/docs/extensions/pg_mooncake) | - | 0.0.1 | 0.0.1 | 0.0.1 | This extension is **experimental**. Using a separate, dedicated Neon project is recommended. Run `SET neon.allow_unstable_extensions='true';` before installing. See the [YouTube demo](https://youtu.be/QDNsxw_3ris?feature=shared&t=2048) and the [pg_mooncake documentation](https://pgmooncake.com/docs). | +| [pg_mooncake](/docs/extensions/pg_mooncake) | - | 0.0.1 | 0.0.1 | 0.0.1 | This extension is **experimental**. Using a separate, dedicated Neon project is recommended. Run `SET neon.allow_unstable_extensions='true';` before installing. See the [YouTube demo](https://youtu.be/QDNsxw_3ris?feature=shared&t=2048) and the [pg_mooncake documentation](https://pgmooncake.com/docs). | | [pg_partman](https://github.com/pgpartman/pg_partman) | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | | | [pg_prewarm](/docs/extensions/pg_prewarm) | 1.2 | 1.2 | 1.2 | 1.2 | | | [pg_repack](https://github.com/reorg/pg_repack) | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | Available only on paid Neon plans. To install `pg_repack`, it must first be enabled by Neon Support. [Open a support ticket](https://console.neon.tech/app/projects?modal=support) with your endpoint ID and database name to request it. After it's enabled, you'll need to restart your compute before running `CREATE EXTENSION pg_repack;` To use `pg_repack`, you will need to [install the pg_repack CLI](https://reorg.github.io/pg_repack/#download). |