Create foreign data wrapper (Postgresql): Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    18 June 2024

    • curprev 08:0408:04, 18 June 2024Luca talk contribs 2,120 bytes +2,120 Created page with "Category:postgresql In this guide I'm going to show how to read a remote Postgresql database, from Postgresql. We will work on database '''A''' that will access data of database '''B'''. On database '''A''' we need to connect with a user with admin privileges, and install the extension: <syntaxhighlight lang=postgresql>CREATE EXTENSION postgres_fdw;</syntaxhighlight> Then we create a ''server'' wich is the link to read remote data. <br>Suppose our database '''B'''..."