ALTER FOREIGN TABLE: unsupported features - Mailing list pgsql-docs

From Shigeru Hanada
Subject ALTER FOREIGN TABLE: unsupported features
Date
Msg-id 4DE85DCA.1080107@metrosystems.co.jp
Whole thread Raw
List 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

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: COMMENT page fixup
Next
From: Rafael Martinez
Date:
Subject: Information about WAL Configuration needs an update