XML
Explore PostgreSQL's XML data type and its SQL/XML support, including how to use the PL/XSLT extension for processing XML documents. Understand the basics of creating XML functions and working with XML data within PostgreSQL, enhancing your database capabilities with XML handling.
We'll cover the following...
We'll cover the following...
The SQL standard
The SQL standard includes a SQL/XML, which introduces the predefined data type XML together with constructors, several routines, functions, and XML-to-SQL data type mappings to support manipulation and storage of XML in a SQL database.
PostgreSQL implements the XML data type, which is documented in the chapters on ...