aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-08-30 20:32:49 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-08-30 20:32:49 +0300
commitaeabbccea099cb90ae4584207bb77f7f34eda8d7 (patch)
tree0f17fb235ebc079e140e5bcee2df219eeaf188e2
parent083549e43a8f717a16e4cb3f23649e13574ff226 (diff)
downloadpostgresql-aeabbccea099cb90ae4584207bb77f7f34eda8d7.tar.gz
postgresql-aeabbccea099cb90ae4584207bb77f7f34eda8d7.zip
Some markup cleanup to deconfuse the find_gt_lt tool
Josh Kupershmidt
-rw-r--r--doc/src/sgml/ltree.sgml2
-rw-r--r--doc/src/sgml/plhandler.sgml3
-rw-r--r--doc/src/sgml/ref/create_table_as.sgml11
-rw-r--r--doc/src/sgml/ref/rollback_to.sgml6
-rw-r--r--doc/src/sgml/textsearch.sgml2
-rw-r--r--doc/src/sgml/user-manag.sgml5
6 files changed, 13 insertions, 16 deletions
diff --git a/doc/src/sgml/ltree.sgml b/doc/src/sgml/ltree.sgml
index 0a91cd79d1a..06b262bccb8 100644
--- a/doc/src/sgml/ltree.sgml
+++ b/doc/src/sgml/ltree.sgml
@@ -108,7 +108,7 @@ a. b. c. d. e.
</programlisting>
This query will match any label path that:
</para>
- <orderedlist numeration='loweralpha'>
+ <orderedlist numeration="loweralpha">
<listitem>
<para>
begins with the label <literal>Top</literal>
diff --git a/doc/src/sgml/plhandler.sgml b/doc/src/sgml/plhandler.sgml
index 20021bce650..54b88ef372e 100644
--- a/doc/src/sgml/plhandler.sgml
+++ b/doc/src/sgml/plhandler.sgml
@@ -166,8 +166,7 @@ CREATE LANGUAGE plsample
to allow language-specific checking to be done during
<xref linkend="sql-createfunction">.
An inline handler can be provided to allow the language to support
- anonymous code blocks executed via the <xref linkend="sql-do"
- > command.
+ anonymous code blocks executed via the <xref linkend="sql-do"> command.
</para>
<para>
diff --git a/doc/src/sgml/ref/create_table_as.sgml b/doc/src/sgml/ref/create_table_as.sgml
index e4797b65473..593b1c7a8f8 100644
--- a/doc/src/sgml/ref/create_table_as.sgml
+++ b/doc/src/sgml/ref/create_table_as.sgml
@@ -204,12 +204,11 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE <replaceable
<term><replaceable>query</replaceable></term>
<listitem>
<para>
- A <xref linkend="sql-select"
- >, <link linkend="sql-table">TABLE</link>,
- or
- <xref linkend="sql-values"> command,
- or an <xref linkend="sql-execute"> command
- that runs a prepared <command>SELECT</>, <command>TABLE</>, or <command>VALUES</> query.
+ A <xref linkend="sql-select">, <link
+ linkend="sql-table">TABLE</link>, or <xref linkend="sql-values">
+ command, or an <xref linkend="sql-execute"> command that runs a
+ prepared <command>SELECT</>, <command>TABLE</>, or
+ <command>VALUES</> query.
</para>
</listitem>
</varlistentry>
diff --git a/doc/src/sgml/ref/rollback_to.sgml b/doc/src/sgml/ref/rollback_to.sgml
index 1b59af64436..c21449af676 100644
--- a/doc/src/sgml/ref/rollback_to.sgml
+++ b/doc/src/sgml/ref/rollback_to.sgml
@@ -64,9 +64,9 @@ ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] <replaceable>savepoint_name</re
<title>Notes</title>
<para>
- Use <xref linkend="SQL-RELEASE-SAVEPOINT"
- > to destroy a savepoint without
- discarding the effects of commands executed after it was established.
+ Use <xref linkend="SQL-RELEASE-SAVEPOINT"> to destroy a savepoint
+ without discarding the effects of commands executed after it was
+ established.
</para>
<para>
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index dba5bd6603e..ef228e35c3b 100644
--- a/doc/src/sgml/textsearch.sgml
+++ b/doc/src/sgml/textsearch.sgml
@@ -1092,7 +1092,7 @@ ts_headline(<optional> <replaceable class="PARAMETER">config</replaceable> <type
if they contain spaces or commas.
</para>
</listitem>
- <listitem >
+ <listitem>
<para>
<literal>MaxWords</>, <literal>MinWords</literal>: these numbers
determine the longest and shortest headlines to output.
diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml
index d96ff77a046..0a4f82daae2 100644
--- a/doc/src/sgml/user-manag.sgml
+++ b/doc/src/sgml/user-manag.sgml
@@ -244,9 +244,8 @@ CREATE USER <replaceable>name</replaceable>;
A role's attributes can be modified after creation with
<command>ALTER ROLE</command>.<indexterm><primary>ALTER ROLE</></>
- See the reference pages for the <xref linkend="sql-createrole"
- > and <xref linkend="sql-alterrole"
- > commands for details.
+ See the reference pages for the <xref linkend="sql-createrole">
+ and <xref linkend="sql-alterrole"> commands for details.
</para>
<tip>