Minor improvements in create_foreign_table.sgml

Started by Etsuro Fujitaover 11 years ago2 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

Attached is a small patch to improve create_foreign_table.sgml.

Thanks,

Best regards,
Etsuro Fujita

Attachments:

doc-createforeigntable.patchtext/plain; charset=Shift_JIS; name=doc-createforeigntable.patchDownload
diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index 06a7087..4a8cf38 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>
#2Robert Haas
robertmhaas@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Minor improvements in create_foreign_table.sgml

On Mon, Apr 14, 2014 at 5:03 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

Attached is a small patch to improve create_foreign_table.sgml.

OK, committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers