Re: Fix inaccurate mention of index comments in CREATE FOREIGN TABLE docs

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Fix inaccurate mention of index comments in CREATE FOREIGN TABLE docs
Date: 2025-06-19 00:17:40
Message-ID: ca1dfb6f-97a6-40e0-8fe1-d3eda9d04ac2@oss.nttdata.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 2025/06/18 16:55, Fujii Masao wrote:
>
>
> On 2025/06/18 15:50, Michael Paquier wrote:
>> On Wed, Jun 18, 2025 at 02:34:55PM +0900, Fujii Masao wrote:
>>> Commit 302cf157592 added support for LIKE in CREATE FOREIGN TABLE.
>>> In this feature, since indexes are not created for foreign tables,
>>> comments on indexes are not copied either.
>>
>> Good point.  This doc fix sounds fine to me.
>
> Thanks for the review! I will commit the patch barring any other objections.

I've pushed the patch. Thanks!

Regards,

--
Fujii Masao
NTT DATA Japan Corporation

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Michael Paquier 2025-06-19 01:21:22 Re: Fix inaccurate mention of index comments in CREATE FOREIGN TABLE docs
Previous Message Fujii Masao 2025-06-19 00:17:00 Re: Mention GIN indexes support parallel builds.