ALTER FOREIGN TABLE: unsupported features

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
Thread:
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

Browse pgsql-docs by date

  From Date Subject
Next Message Rafael Martinez 2011-06-03 07:42:42 Information about WAL Configuration needs an update
Previous Message Peter Eisentraut 2011-06-02 21:18:56 Re: COMMENT page fixup