Skip to content

Commit 603a28b

Browse files
committed
Improve documentation about our XML functionality
Add a section explaining how our XML features depart from current versions of the SQL standard. Update and clarify the descriptions of some XML functions. This is a backpatch for branches 10 and 11, taken from Tom's commit 12d46ac for 12, then edited to correctly describe behaviors that are fixed in 12 but still broken in 10 and 11. Chapman Flack, reviewed by Ryan Lambert Discussion: https://postgr.es/m/5BD1284C.1010305@anastigmatix.net Discussion: https://postgr.es/m/5C81F8C0.6090901@anastigmatix.net Discussion: https://postgr.es/m/CAN-V+g-6JqUQEQZ55Q3toXEN6d5Ez5uvzL4VR+8KtvJKj31taw@mail.gmail.com
1 parent 0a8cd4c commit 603a28b

File tree

4 files changed

+492
-88
lines changed

4 files changed

+492
-88
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4228,6 +4228,11 @@ a0ee-bc99-9c0b-4ef8-bb6d-6bb9-bd38-0a11
42284228
value is a full document or only a content fragment.
42294229
</para>
42304230

4231+
<para>
4232+
Limits and compatibility notes for the <type>xml</type> data type
4233+
can be found in <xref linkend="xml-limits-conformance">.
4234+
</para>
4235+
42314236
<sect2>
42324237
<title>Creating XML Values</title>
42334238
<para>

0 commit comments

Comments
 (0)