PostgreSQL cross server query?
Posted
by AlexRednic
on Stack Overflow
See other posts from Stack Overflow
or by AlexRednic
Published on 2010-05-18T10:39:17Z
Indexed on
2010/05/18
10:40 UTC
Read the original article
Hit count: 419
Is there a way that I might query a database located on "Server 2" and get my data in "Server 1" ? That is return a set of records from a remote server to my local one.
PS: Not cross database query on same server because I know how to do that with dblink.
© Stack Overflow or respective owner