diff options
Diffstat (limited to 'doc/src/sgml/ref/create_materialized_view.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_materialized_view.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_materialized_view.sgml b/doc/src/sgml/ref/create_materialized_view.sgml index ec8847ed406..de9f17655c6 100644 --- a/doc/src/sgml/ref/create_materialized_view.sgml +++ b/doc/src/sgml/ref/create_materialized_view.sgml @@ -106,8 +106,9 @@ CREATE MATERIALIZED VIEW [ IF NOT EXISTS ] <replaceable>table_name</replaceable> <listitem> <para> This clause specifies optional storage parameters for the new - materialized view; see <xref linkend="sql-createtable-storage-parameters" - endterm="sql-createtable-storage-parameters-title"/> for more + materialized view; see + <xref linkend="sql-createtable-storage-parameters"/> in the + <xref linkend="sql-createtable"/> documentation for more information. All parameters supported for <literal>CREATE TABLE</literal> are also supported for <literal>CREATE MATERIALIZED VIEW</literal>. |