doc: Update yet another place that didn't get the memo about matviews.

Etsuro Fujita
This commit is contained in:
Robert Haas 2014-04-14 12:47:46 -04:00
parent 4dfb065b3a
commit c050b2aae3
1 changed files with 1 additions and 1 deletions

View File

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