select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

FUNCTIONS / XML FUNCTIONS

The function xmlcomment creates an XML value containing an XML comment with the specified text as content.

Signatures & examples

xmlcomment ( text ) → xml
The function xmlcomment creates an XML value containing an XML comment with the specified text as content. The text cannot contain -- or end with a -, otherwise the resulting construct would not be a valid XML comment. If the argument is null, the result is null.
Version history 2
  1. PG 12 → 13changed
  2. PG 9.6 → 10changed

Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source