diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-04-14 12:47:46 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-04-14 12:48:25 -0400 |
commit | c050b2aae3b2f745ef61b379087cf9a67deea293 (patch) | |
tree | c44f0102540df0ca3d15e806c53a14793e0284bc /doc/src | |
parent | 4dfb065b3ab662dcc96d07ee7fc9dadf6975a0cb (diff) | |
download | postgresql-c050b2aae3b2f745ef61b379087cf9a67deea293.tar.gz postgresql-c050b2aae3b2f745ef61b379087cf9a67deea293.zip |
doc: Update yet another place that didn't get the memo about matviews.
Etsuro Fujita
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_foreign_table.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml index 06a70879c9a..4a8cf3889c2 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 ] <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> |