Re: Database link - Mailing list pgsql-sql

From MichaelDBA
Subject Re: Database link
Date
Msg-id 5C708403.7080800@sqlexec.com
Whole thread Raw
In response to Database link  (MICHAEL LAZLO III <giantmetfan@comcast.net>)
List pgsql-sql
yep, FDWs, foreign data wrappers.

Regards,
Michael Vitale

Friday, February 22, 2019 3:16 PM

Does postgresql allow connectivity as Oracle does using database links? Which allows someone logged into 1 postgresql database to query a table in another postgresql database? The table in second database would have some sort of alias to allow something like this:


SELECT * FROM REMOTE_TABLE@<CONNECTION STRING TO 2ND DB/ALIAS>;


pgsql-sql by date:

Previous
From: MICHAEL LAZLO III
Date:
Subject: Database link
Next
From: github kran
Date:
Subject: Re: PostgreSQL DB Maintenance and Partitioning to keep data longer.