diff options
Diffstat (limited to 'doc/src/sgml/ref')
| -rw-r--r-- | doc/src/sgml/ref/create_table_as.sgml | 11 | ||||
| -rw-r--r-- | doc/src/sgml/ref/rollback_to.sgml | 6 |
2 files changed, 8 insertions, 9 deletions
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> |
