Обсуждение: Minor improvement to create_foreign_table.sgml

Поиск
Список
Период
Сортировка

Minor improvement to create_foreign_table.sgml

От
Etsuro Fujita
Дата:
Hi,

The attached patch adds missing NO INHERIT to the CHECK clause in the
synopsis section in the reference page on CREATE FOREIGN TABLE.

Best regards,
Etsuro Fujita

Вложения

Re: Minor improvement to create_foreign_table.sgml

От
Robert Haas
Дата:
On Thu, May 14, 2015 at 4:07 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
> The attached patch adds missing NO INHERIT to the CHECK clause in the
> synopsis section in the reference page on CREATE FOREIGN TABLE.

Good catch.  Committed.

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



Re: Minor improvement to create_foreign_table.sgml

От
Etsuro Fujita
Дата:
On 2015/05/16 3:46, Robert Haas wrote:
> On Thu, May 14, 2015 at 4:07 AM, Etsuro Fujita
> <fujita.etsuro@lab.ntt.co.jp> wrote:
>> The attached patch adds missing NO INHERIT to the CHECK clause in the
>> synopsis section in the reference page on CREATE FOREIGN TABLE.
>
> Good catch.  Committed.

Thanks for picking this up!

Best regards,
Etsuro Fujita