diff options
author | Andres Freund | 2019-04-05 16:45:59 +0000 |
---|---|---|
committer | Andres Freund | 2019-04-05 16:47:10 +0000 |
commit | 86cc06d1cf9c30be3b79207242e6746f0f0b681c (patch) | |
tree | 3cde52ce6d2a8818a94f0f27c7091d0834650546 /doc/src/sgml/ref | |
parent | 3e6b0c472942e9a73e0fc10659dce2cba56959a7 (diff) |
table: docs: fix typos and grammar.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20190404055138.GA24864@telsasoft.com
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r-- | doc/src/sgml/ref/select_into.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/select_into.sgml b/doc/src/sgml/ref/select_into.sgml index 17bed24743d..b1af52a4da1 100644 --- a/doc/src/sgml/ref/select_into.sgml +++ b/doc/src/sgml/ref/select_into.sgml @@ -106,11 +106,11 @@ SELECT [ ALL | DISTINCT [ ON ( <replaceable class="parameter">expression</replac </para> <para> - In contrast to <command>CREATE TABLE AS</command> <command>SELECT + In contrast to <command>CREATE TABLE AS</command>, <command>SELECT INTO</command> does not allow to specify properties like a table's access method with <xref linkend="sql-createtable-method" /> or the table's tablespace with <xref linkend="sql-createtable-tablespace" />. Use <xref - linkend="sql-createtableas"/> if necessary. Therefore the default table + linkend="sql-createtableas"/> if necessary. Therefore, the default table access method is chosen for the new table. See <xref linkend="guc-default-table-access-method"/> for more information. </para> |