ALTER FOREIGN TABLE: unsupported features

Lists: pgsql-docs
From: Shigeru Hanada <hanada(at)metrosystems(dot)co(dot)jp>
To: pgsql-docs(at)postgresql(dot)org
Subject: ALTER FOREIGN TABLE: unsupported features
Date: 2011-06-03 04:06:34
Message-ID: 4DE85DCA.1080107@metrosystems.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-docs

Hi,

I noticed that ALTER FOREIGN TABLE document mentions unsupported features:

- table inheritance
- oid system column
- CHECK constraint
- per-column FDW options

http://developer.postgresql.org/pgdocs/postgres/sql-alterforeigntable.html

These features have been proposed once, but were not committed. On the
other hand, CREATE FOREIGN TABLE document seems fine as is, it doesn't
mention any unsupported feature.

Please find attached a patch for the document correction. The patch
also replaces the phrase "table" with "foreign table" for wording
consistency.

Regards,
--
Shigeru Hanada

Attachment Content-Type Size
alter_foreign_table_doc.patch text/plain 6.7 KB