Skip to content

Commit

Permalink
Merge branch 'main' into dprice-update-dblink-link
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltprice authored Jan 24, 2025
2 parents 62e30c4 + 0e49d50 commit f8ccd41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/docs/extensions/dblink.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: The dblink extension
subtitle: Connect to and query other Postgres databases from Neon using dblink
tag: new
enableTableOfContents: true
updatedOn: '2024-11-01T10:00:00.000Z'
updatedOn: '2025-01-24T19:33:03.060Z'
---

The `dblink` extension provides the ability to connect to other Postgres databases from within your current database. This is invaluable for tasks such as data integration, cross-database querying, and building applications that span multiple database instances. `dblink` allows you to execute queries on these remote databases and retrieve the results directly into your Neon project.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/extensions/extensions-intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Postgres extensions
enableTableOfContents: true
updatedOn: '2025-01-22T18:34:11.797Z'
updatedOn: '2025-01-24T19:33:03.062Z'
---

Explore supported Postgres extensions by category. Also see:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/extensions/pg-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Supported Postgres extensions
enableTableOfContents: true
redirectFrom:
- /docs/reference/pg-extensions
updatedOn: '2025-01-22T18:34:11.800Z'
updatedOn: '2025-01-24T19:36:26.325Z'
---

Neon supports the Postgres extensions shown in the following table. The supported version of the extension sometimes differs by Postgres version. A dash (`-`) indicates that an extension is not yet supported.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/extensions/postgres_fdw.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: The postgres_fdw extension
subtitle: Access data in remote Postgres databases from Neon using postgres_fdw
tag: new
enableTableOfContents: true
updatedOn: '2024-11-08T10:00:00.000Z'
updatedOn: '2025-01-24T19:33:03.064Z'
---

<Admonition type="important" title="coming soon">
Expand Down

0 comments on commit f8ccd41

Please sign in to comment.