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: 394

Filed under:
|
|

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

Related posts about postgresql

Related posts about cross-server