You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/concepts-extensions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ The following tables list the standard PostgreSQL extensions that are currently
83
83
|[pgstattuple](https://www.postgresql.org/docs/9.6/static/pgstattuple.html)| Provides a means for showing tuple-level statistics. |
84
84
|[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. |
85
85
|[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. |
0 commit comments