ALTER FOREIGN TABLE: unsupported features

Поиск
Список
Период
Сортировка
От Shigeru Hanada
Тема ALTER FOREIGN TABLE: unsupported features
Дата
Msg-id 4DE85DCA.1080107@metrosystems.co.jp
обсуждение исходный текст
Список 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


Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: COMMENT page fixup
Следующее
От: Rafael Martinez
Дата:
Сообщение: Information about WAL Configuration needs an update