Some markup cleanup to deconfuse the find_gt_lt tool
Josh Kupershmidt
This commit is contained in:
parent
083549e43a
commit
aeabbccea0
@ -108,7 +108,7 @@ a. b. c. d. e.
|
|||||||
</programlisting>
|
</programlisting>
|
||||||
This query will match any label path that:
|
This query will match any label path that:
|
||||||
</para>
|
</para>
|
||||||
<orderedlist numeration='loweralpha'>
|
<orderedlist numeration="loweralpha">
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
begins with the label <literal>Top</literal>
|
begins with the label <literal>Top</literal>
|
||||||
|
@ -166,8 +166,7 @@ CREATE LANGUAGE plsample
|
|||||||
to allow language-specific checking to be done during
|
to allow language-specific checking to be done during
|
||||||
<xref linkend="sql-createfunction">.
|
<xref linkend="sql-createfunction">.
|
||||||
An inline handler can be provided to allow the language to support
|
An inline handler can be provided to allow the language to support
|
||||||
anonymous code blocks executed via the <xref linkend="sql-do"
|
anonymous code blocks executed via the <xref linkend="sql-do"> command.
|
||||||
> command.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -204,12 +204,11 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE <replaceable
|
|||||||
<term><replaceable>query</replaceable></term>
|
<term><replaceable>query</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
A <xref linkend="sql-select"
|
A <xref linkend="sql-select">, <link
|
||||||
>, <link linkend="sql-table">TABLE</link>,
|
linkend="sql-table">TABLE</link>, or <xref linkend="sql-values">
|
||||||
or
|
command, or an <xref linkend="sql-execute"> command that runs a
|
||||||
<xref linkend="sql-values"> command,
|
prepared <command>SELECT</>, <command>TABLE</>, or
|
||||||
or an <xref linkend="sql-execute"> command
|
<command>VALUES</> query.
|
||||||
that runs a prepared <command>SELECT</>, <command>TABLE</>, or <command>VALUES</> query.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -64,9 +64,9 @@ ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] <replaceable>savepoint_name</re
|
|||||||
<title>Notes</title>
|
<title>Notes</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Use <xref linkend="SQL-RELEASE-SAVEPOINT"
|
Use <xref linkend="SQL-RELEASE-SAVEPOINT"> to destroy a savepoint
|
||||||
> to destroy a savepoint without
|
without discarding the effects of commands executed after it was
|
||||||
discarding the effects of commands executed after it was established.
|
established.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -1092,7 +1092,7 @@ ts_headline(<optional> <replaceable class="PARAMETER">config</replaceable> <type
|
|||||||
if they contain spaces or commas.
|
if they contain spaces or commas.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem >
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>MaxWords</>, <literal>MinWords</literal>: these numbers
|
<literal>MaxWords</>, <literal>MinWords</literal>: these numbers
|
||||||
determine the longest and shortest headlines to output.
|
determine the longest and shortest headlines to output.
|
||||||
|
@ -244,9 +244,8 @@ CREATE USER <replaceable>name</replaceable>;
|
|||||||
|
|
||||||
A role's attributes can be modified after creation with
|
A role's attributes can be modified after creation with
|
||||||
<command>ALTER ROLE</command>.<indexterm><primary>ALTER ROLE</></>
|
<command>ALTER ROLE</command>.<indexterm><primary>ALTER ROLE</></>
|
||||||
See the reference pages for the <xref linkend="sql-createrole"
|
See the reference pages for the <xref linkend="sql-createrole">
|
||||||
> and <xref linkend="sql-alterrole"
|
and <xref linkend="sql-alterrole"> commands for details.
|
||||||
> commands for details.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<tip>
|
<tip>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user