From bb4eefe7bf518e42c73797ea37b033a5d8a8e70a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 23 Feb 2014 21:25:35 -0500 Subject: doc: Improve DocBook XML validity DocBook XML is superficially compatible with DocBook SGML but has a slightly stricter DTD that we have been violating in a few cases. Although XSLT doesn't care whether the document is valid, the style sheets don't necessarily process invalid documents correctly, so we need to work toward fixing this. This first commit moves the indexterms in refentry elements to an allowed position. It has no impact on the output. --- doc/src/sgml/ref/commit_prepared.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/ref/commit_prepared.sgml') diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml index ecd0c525f20..e1988ad318b 100644 --- a/doc/src/sgml/ref/commit_prepared.sgml +++ b/doc/src/sgml/ref/commit_prepared.sgml @@ -4,6 +4,10 @@ PostgreSQL documentation --> + + COMMIT PREPARED + + COMMIT PREPARED 7 @@ -15,10 +19,6 @@ PostgreSQL documentation commit a transaction that was earlier prepared for two-phase commit - - COMMIT PREPARED - - COMMIT PREPARED transaction_id -- cgit v1.2.3