Do Postgres databases on Google Cloud SQL support an XML type field? I am trying to import a Postgres 9.5 dump which has XML type fields and it throws an error saying unsupported XML feature
.
Full error message from Google Cloud SQL console:
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.
I couldn't find any way to rebuild PostgreSQL on Google Cloud.