postgres中的Xml查询

时间:2014-03-20 16:31:44

标签: xml postgresql

如何在postgres数据库中使用xml查询?

例如: 这是在SQL Server Xml查询

SELECT MyXmlField.query('data(/root/product[@id="304"]/name)') FROM MyTable 

我在postgres中找不到与xmlQuery函数相关的任何文档。

1 个答案:

答案 0 :(得分:0)

然后你必须仔细观察:http://www.postgresql.org/docs/9.4/static/functions-xml.html

请参阅9.14.3中的 XPath 。处理XML