[PATCHES] doc/src/sgml/ref/create_database.sgml had an extra para tag

2004-07-17 Thread Jonathan M. Gardner
This is the error that openjade produced:

openjade:ref/create_database.sgml:177:7:E: document type does not allow 
element PARA here; missing one of FOOTNOTE, ITEMIZEDLIST, 
ORDEREDLIST, VARIABLELIST, CAUTION, IMPORTANT, NOTE, TIP, 
WARNING, BLOCKQUOTE, INFORMALEXAMPLE start-tag
openjade:ref/create_database.sgml:186:7:E: document type does not allow 
element PARA here; missing one of FOOTNOTE, ITEMIZEDLIST, 
ORDEREDLIST, VARIABLELIST, CAUTION, IMPORTANT, NOTE, TIP, 
WARNING, BLOCKQUOTE, INFORMALEXAMPLE start-tag
openjade:ref/create_database.sgml:194:11:E: end tag for PARA omitted, 
but OMITTAG NO was specified
openjade:ref/create_database.sgml:175:2: start tag was here

This patch removes the extra para tag that caused the error.

-- 
Jonathan Gardner
[EMAIL PROTECTED]
Index: doc/src/sgml/ref/create_database.sgml
===
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/ref/create_database.sgml,v
retrieving revision 1.40
diff -c -r1.40 create_database.sgml
*** doc/src/sgml/ref/create_database.sgml	12 Jul 2004 01:22:53 -	1.40
--- doc/src/sgml/ref/create_database.sgml	17 Jul 2004 16:07:56 -
***
*** 173,180 
/para
  
para
- 
-   para
 To create a database literalsales/ owned by user literalsalesapp/
 with a default tablespace of literalsalesspace/:
  
--- 173,178 

---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [PATCHES] doc/src/sgml/ref/create_database.sgml had an extra para tag

2004-07-17 Thread Tom Lane
Jonathan M. Gardner [EMAIL PROTECTED] writes:
 openjade:ref/create_database.sgml:194:11:E: end tag for PARA omitted, 
 but OMITTAG NO was specified
 openjade:ref/create_database.sgml:175:2: start tag was here

Yeah, I see it too on my RHL 8 machine.  The DTD being used at
postgresql.org seems to be less picky though, since that build
is going through without error ...

regards, tom lane

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]