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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
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-18 06:50:23
Message-ID: aFJhr9iqbqJKzR6X@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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.
--
Michael

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Fujii Masao 2025-06-18 07:54:59 Mention GIN indexes support parallel builds.
Previous Message Fujii Masao 2025-06-18 05:34:55 Fix inaccurate mention of index comments in CREATE FOREIGN TABLE docs