Skip to content

Commit 7ce4fbf

Browse files
authored
Merge pull request #58173 from rachel-msft/dblink
dblink support
2 parents 8ac4799 + c01393c commit 7ce4fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/postgresql/concepts-extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The following tables list the standard PostgreSQL extensions that are currently
8383
| [pgstattuple](https://www.postgresql.org/docs/9.6/static/pgstattuple.html) | Provides a means for showing tuple-level statistics. |
8484
| [postgres\_fdw](https://www.postgresql.org/docs/9.6/static/postgres-fdw.html) | Foreign-data wrapper used to access data stored in external PostgreSQL servers. |
8585
| [hypopg](https://hypopg.readthedocs.io/en/latest/) | Provides a means of creating hypothetical indexes that don't cost CPU or disk. |
86+
| [dblink](https://www.postgresql.org/docs/current/dblink.html) | A module that supports connections to other PostgreSQL databases from within a database session. |
8687

8788

8889
### PostGIS extensions

0 commit comments

Comments
 (0)