Re: doc: a small improvement about pg_am description
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Yugo NAGATA <nagata@sraoss.co.jp>, pgsql-hackers@postgresql.org
Date: 2023-10-25T20:45:33Z
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
Commits
-
Doc fix: Interfacing Extensions to Indexes
- e9d12a5e22e0 17.0 landed
-
tableam: basic documentation.
- b73c3a11963c 12.0 cited