diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-05-06 21:28:58 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-05-06 21:28:58 -0400 |
commit | 3a9d430af515e9dd8a9d34a4011367e667a66521 (patch) | |
tree | 4084735abbcb5241c4f675657482aa0943689771 /src/backend/utils/adt/jsonb_util.c | |
parent | 84288a86ac74dbeae486b6ff699c017f7d9517bb (diff) | |
download | postgresql-3a9d430af515e9dd8a9d34a4011367e667a66521.tar.gz postgresql-3a9d430af515e9dd8a9d34a4011367e667a66521.zip |
doc: Fix DocBook XML validity
The main problem is that DocBook SGML allows indexterm elements just
about everywhere, but DocBook XML is stricter. For example, this common
pattern
<varlistentry>
<indexterm>...</indexterm>
<term>...</term>
...
</varlistentry>
needs to be changed to something like
<varlistentry>
<term>...<indexterm>...</indexterm></term>
...
</varlistentry>
See also bb4eefe7bf518e42c73797ea37b033a5d8a8e70a.
There is currently nothing in the build system that enforces that things
stay valid, because that requires additional tools and will receive
separate consideration.
Diffstat (limited to 'src/backend/utils/adt/jsonb_util.c')
0 files changed, 0 insertions, 0 deletions