【发布时间】:2019-01-27 02:57:17
【问题描述】:
Google Cloud SQL 上的 Postgres 数据库是否支持 XML 类型字段?我正在尝试导入具有 XML 类型字段的 Postgres 9.5 转储,它会引发错误,提示 unsupported XML feature。
来自 Google Cloud SQL 控制台的完整错误消息:
ERROR: unsupported XML feature DETAIL: This functionality requires the server to be built with libxml support. HINT: You need to rebuild PostgreSQL using --with-libxml.
我找不到在 Google Cloud 上重建 PostgreSQL 的任何方法。
【问题讨论】:
标签: google-cloud-platform google-compute-engine google-cloud-sql