XML

Discover what you can do with XML in PostgreSQL.

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 ...