Re: doc: a small improvement about pg_am description

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: doc: a small improvement about pg_am description
Date: 2023-10-25 20:45:33
Message-ID: 38b6f64133bde72fdb25026f614ebdbe11d434c7.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2023-10-25 at 17:25 +0900, Yugo NAGATA wrote:
> It seems to me that this description says pg_am contains only
> index access methods but not table methods. I wonder it is missed
> to fix this when tableam was supported and other documentation
> was changed in b73c3a11963c8bb783993cfffabb09f558f86e37.

Thank you for the report.

That section should not refer to pg_am directly now that there's CREATE
ACCESS METHOD. I committed a fix for that which also fixes the problem
you describe.

--
Jeff Davis
PostgreSQL Contributor Team - AWS

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2023-10-25 20:51:47 Re: Guiding principle for dropping LLVM versions?
Previous Message Heikki Linnakangas 2023-10-25 20:04:28 Re: walwriter interacts quite badly with synchronous_commit=off