Skip to content

Commit

Permalink
Merge pull request #2824 from neondatabase/dprice-update-dblink-link
Browse files Browse the repository at this point in the history
docs: update dblink link
  • Loading branch information
danieltprice authored Jan 24, 2025
2 parents 0e49d50 + f8ccd41 commit 15d3857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/changelog/2025-01-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions content/docs/extensions/pg-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand All @@ -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). |
Expand Down

0 comments on commit 15d3857

Please sign in to comment.