How to create database link in postgres - DBACLASS DBACLASS
This article explain how can we access data from a remote postgres database using db_link. In postgres we call achieve this using foreign data wrappers. 1. Create extension dblink if not present. postgres=# <span style="color: #993300;"><strong>create extension dblink;</strong></span> CREATE EXTENSION postgres=# postgres=# <span style="color: #800000;"><strong>dx</strong></span> List of installed
postgresql configurationintermediate
by PostgreSQL
14 views