【问题标题】:PostgreSQL: Is there a query or script for inserting data from database to another database?PostgreSQL:是否有用于将数据从数据库插入另一个数据库的查询或脚本?
【发布时间】:2018-04-26 09:33:22
【问题描述】:

只是想知道是否有办法将数据从不同数据库传输/插入到其他机器上的其他数据库?

任何脚本或查询函数可用于应用程序调用/执行以插入记录?

与 SQL 链接服务器过程/设置类似。

【问题讨论】:

    标签: postgresql postgresql-9.1


    【解决方案1】:

    Postgres 具有 Foreign Data Wrappers,允许跨数据库/数据存储区通信:

    https://wiki.postgresql.org/wiki/Foreign_data_wrappers

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-03-09
      • 2023-04-10
      • 2014-11-21
      • 1970-01-01
      • 1970-01-01
      • 2022-01-22
      • 1970-01-01
      相关资源
      最近更新 更多