Can I query the database located on "Server 2" and get my data in "Server 1"? This returns the recordset from the remote server to my local one.
PS: Do not cross-query the database on the same server, because I know how to do this with dblink.
Update: .
http://www.postgresonline.com/journal/index.php?/archives/44-Using-DbLink-to-access-other-PostgreSQL-Databases-and-Servers.html works like a charm. My bust was that I did not see it in the dblink documentation on the postgresql website.
-, dblink - DbLink PostreSQL
- postgres_fdw: https://www.postgresql.org/docs/9.3/static/postgres-fdw.html
Source: https://habr.com/ru/post/1745955/More articles:Aligning a label and a text field on the same line (left and right) - cssHow to allow netNamedPipeBinding to work with the required UAC? - c #Is there a general database system schema that I can use? - accountingHow to send data to my application via USB connection in Windows - androidWhat is the difference between these two javascript functions? - javascriptDrupal: warning display - drupalGoogle Calendar DoS API Prevention - google-calendaripad default-landscape not showing - ipadProgrammatically disable WiredHeadset - androidTortoiseSVN with ASP.net Web Projects - How to do it? - asp.netAll Articles