From: Robert Haas Date: Mon, 14 Apr 2014 16:47:46 +0000 (-0400) Subject: doc: Update yet another place that didn't get the memo about matviews. X-Git-Tag: REL9_4_BETA1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c050b2aae3b2f745ef61b379087cf9a67deea293;p=postgresql doc: Update yet another place that didn't get the memo about matviews. Etsuro Fujita --- diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml index 06a70879c9..4a8cf3889c 100644 --- a/doc/src/sgml/ref/create_foreign_table.sgml +++ b/doc/src/sgml/ref/create_foreign_table.sgml @@ -49,7 +49,7 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] 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.