projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dfb065
)
doc: Update yet another place that didn't get the memo about matviews.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 14 Apr 2014 16:47:46 +0000
(12:47 -0400)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/doc/src/sgml/ref/create_foreign_table.sgml
b/doc/src/sgml/ref/create_foreign_table.sgml
index 06a70879c9af211ed2eddf7f160cd9c9119de1ed..4a8cf3889c29bddcca3aa6d6bad3a5aff2f0b8e1 100644
(file)
--- 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>