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/create_sequence.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/ref/create_sequence.sgml') diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index 38d160d4acb..70b9f3d110d 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -4,6 +4,10 @@ PostgreSQL documentation --> + + CREATE SEQUENCE + + CREATE SEQUENCE 7 @@ -15,10 +19,6 @@ PostgreSQL documentation define a new sequence generator - - CREATE SEQUENCE - - CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ] -- cgit v1.2.3