Does Babelfish support XML? How can I use XML?

0

Babelfish for Aurora PostgreSQL allows Aurora to understand the SQL Server dialect. Does it support XML and XML data types? How can I deal with XML using Babelfish?

AWS
light
已提问 2 年前602 查看次数
1 回答
1

Currently, as of Babelfish 1.2.1 (May 2022), Babelfish does not support most of SQL Server's XML functions. Babelfish is always adding new capabilities, so be sure to check back frequently.

You may wish to speak to your Amazon AWS Solutions Architect for guidance. In some cases, sample code that could assist in processing XML can be provided.

Many customers work around this limitations using a number of strategies.

  1. They write their own in-database functions to do the XML processing.
  2. They shred the XML client-side, ex: using .NET.
  3. They remove XML and instead use JSON or another type, which Babelfish 1.2.0+ has support for.

For a full list of what's supported, see differences between Babelfish and SQL Server in the AWS Docs.

AWS
light
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则