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 -0000 1.40
--- doc/src/sgml/ref/create_database.sgml 17 Jul 2004 16:07:56 -0000
***************
*** 173,180 ****
</para>
<para>
-
- <para>
To create a database <literal>sales</> owned by user <literal>salesapp</>>
with a default tablespace of <literal>salesspace</>:
--- 173,178 ----
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend