pgsql: doc: Fix incorrect description of INCLUDING COMMENTS in CREATE F

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix incorrect description of INCLUDING COMMENTS in CREATE F
Date: 2025-06-19 00:11:26
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix incorrect description of INCLUDING COMMENTS in CREATE FOREIGN TABLE.

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.

However, the documentation incorrectly stated that index comments
would be copied when using INCLUDING COMMENTS. This commit
corrects that by removing the mention of index comments.

Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b57d707708181f988fd1fa697976059510fc4f76

Modified Files
--------------
doc/src/sgml/ref/create_foreign_table.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-06-19 00:15:27 pgsql: doc: Mention GIN indexes support parallel builds.
Previous Message Bruce Momjian 2025-06-18 20:48:50 pgsql: doc: fix for commit 09f7d36ba16 in changing "_" to "-".