Skip to content

Commit

Permalink
chore: update frontmatter date (auto-update)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 24, 2025
1 parent 6e2af22 commit 37c6cfa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -292,4 +292,4 @@ Do you need an extension we don’t support yet? [Let us know](/docs/extensions/

<a href="/docs/extensions/postgres_fdw" description="Access data in remote Postgres databases as local tables" icon="queries">postgres_fdw</a>

</DetailIconCards>
</DetailIconCards>
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:33:03.063Z'
---

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 37c6cfa

Please sign in to comment.