Обсуждение: Update docs in fdwhandler.sgml

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

Update docs in fdwhandler.sgml

От
Etsuro Fujita
Дата:
Hi,

Since we now allow CHECK constraints to be placed on foreign tables, not
only NOT NULL, I think it'd be better to update docs on considerations
about constraints on foreign tables in fdwhandler.sgml, so as to provide
more general considerations.  Please find attached a patch.

Best regards,
Etsuro Fujita

Вложения

Re: Update docs in fdwhandler.sgml

От
Robert Haas
Дата:
On Tue, Apr 21, 2015 at 5:45 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
> Since we now allow CHECK constraints to be placed on foreign tables, not
> only NOT NULL, I think it'd be better to update docs on considerations
> about constraints on foreign tables in fdwhandler.sgml, so as to provide
> more general considerations.  Please find attached a patch.

Looks good to me, so committed.

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



Re: Update docs in fdwhandler.sgml

От
Etsuro Fujita
Дата:
On 2015/04/22 6:50, Robert Haas wrote:
> On Tue, Apr 21, 2015 at 5:45 AM, Etsuro Fujita
> <fujita.etsuro@lab.ntt.co.jp> wrote:
>> Since we now allow CHECK constraints to be placed on foreign tables, not
>> only NOT NULL, I think it'd be better to update docs on considerations
>> about constraints on foreign tables in fdwhandler.sgml, so as to provide
>> more general considerations.  Please find attached a patch.
>
> Looks good to me, so committed.

Thanks!

Best regards,
Etsuro Fujita