pgsql: Doc fix: Interfacing Extensions to Indexes

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc fix: Interfacing Extensions to Indexes
Date: 2023-10-25 20:44:00
Message-ID: E1qvkjQ-002JKT-Dp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc fix: Interfacing Extensions to Indexes

Refer to CREATE ACCESS METHOD rather than suggesting direct changes to
pg_am. Also corrects index-specific language that predated table
access methods.

Discussion: https://postgr.es/m/20231025172551.685b7799455f9a6addcf5afa@sraoss.co.jp
Reported-by: Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/xindex.sgml | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2023-10-25 21:28:28 pgsql: Remove dead code in pg_ctl.c.
Previous Message Alexander Korotkov 2023-10-25 11:55:01 Re: pgsql: Remove useless self-joins