]> granicus.if.org Git - postgresql/commitdiff
doc: Update yet another place that didn't get the memo about matviews.
authorRobert Haas <rhaas@postgresql.org>
Mon, 14 Apr 2014 16:47:46 +0000 (12:47 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 14 Apr 2014 16:48:25 +0000 (12:48 -0400)
Etsuro Fujita

doc/src/sgml/ref/create_foreign_table.sgml

index 06a70879c9af211ed2eddf7f160cd9c9119de1ed..4a8cf3889c29bddcca3aa6d6bad3a5aff2f0b8e1 100644 (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>