aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table_as.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/create_table_as.sgml')
-rw-r--r--doc/src/sgml/ref/create_table_as.sgml11
1 files changed, 5 insertions, 6 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>