2

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.

sabreshack
  • 558
  • 1
  • 4
  • 11

1 Answers1

1

Supported flags for postgres Cloud SQL instances are listed here. There is an open public Feature Request for supporting this flag. I suggest you to add your use case there which would higher the possibility of implementation.

Yurci
  • 556
  • 2
  • 9