New pages
Jump to navigation
Jump to search
- 08:04, 18 June 2024 Create foreign data wrapper (Postgresql) (hist | edit) [2,120 bytes] Luca (talk | contribs) (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'''...")