PostgreSQL 9.1を使用しています。このXML統合をサポートするはずだったのですが、動作させることができません。私はこのクエリを試します:
select data from ddm_table_data order by pgxml_xpath(data, '//xmltest/col1/text()', '', '');
そして、次のエラーが発生します。
ERROR: function pgxml_xpath(xml, unknown, unknown, unknown) does not exist
SQL state: 42883
Hint: No function matches the given name and argument types. You might need to add explicit type casts.
私は何かが足りないのですか?