1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-22 21:53:06 +03:00

Some markup cleanup to deconfuse the find_gt_lt tool

Josh Kupershmidt
This commit is contained in:
Peter Eisentraut
2011-08-30 20:32:49 +03:00
parent 083549e43a
commit aeabbccea0
6 changed files with 13 additions and 16 deletions

View File

@@ -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>

View File

@@ -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>