|
From: Roumalyn T. <rt...@nt...> - 2012-11-16 03:00:18
|
Hi All, I am performing a functionality test of Postgres-XC. For XML data type, I am able to create a table with xml type but when I try to insert values, the following error message is displayed. 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 have configured and installed Postgres-XC with --with-libxml option. Any help will be greatly appreciated. Thank you! |