Re: Fix inaccurate mention of index comments in CREATE FOREIGN TABLE docs
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-docs@lists.postgresql.org
Date: 2025-06-18T07:55:56Z
Lists: pgsql-docs
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. Regards, -- Fujii Masao NTT DATA Japan Corporation
Commits
-
doc: Fix incorrect description of INCLUDING COMMENTS in CREATE FOREIGN TABLE.
- b57d70770818 18.0 landed
-
Add support for LIKE in CREATE FOREIGN TABLE
- 302cf1575923 18.0 cited