Skip to content

Commit c050b2a

Browse files
committed
doc: Update yet another place that didn't get the memo about matviews.
Etsuro Fujita
1 parent 4dfb065 commit c050b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_foreign_table.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] <replaceable class="PARAMETER">table_name
4949
schema. Otherwise it is created in the current schema.
5050
The name of the foreign table must be
5151
distinct from the name of any other foreign table, table, sequence, index,
52-
or view in the same schema.
52+
view, or materialized view in the same schema.
5353
</para>
5454

5555
<para>

0 commit comments

Comments
 (0)