【发布时间】:2019-07-12 04:01:40
【问题描述】:
我正在尝试使用postgresql_fdw (https://www.postgresql.org/docs/current/postgres-fdw.html) 创建外部表视图。
当尝试IMPORT FOREIGN SCHEMA public FROM SERVER replica_db1 INTO db1时,它会报告
type "public.custom_type" does not exist
同https://www.postgresql.org/docs/current/postgres-fdw.html
我想知道,如何自动将自定义数据类型复制到目标数据库中?
谢谢!
【问题讨论】:
标签: postgresql custom-data-type postgres-fdw