All public logs

Jump to navigation Jump to search

Combined display of all available logs of tech. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:04, 18 June 2024 Luca talk contribs created page Create foreign data wrapper (Postgresql) (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'''...")