Re: Quick doc typo fix
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Guillaume Lelarge <guillaume@lelarge.info>
Cc: PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2019-05-28T19:27:57Z
Lists: pgsql-hackers
On Tue, May 28, 2019 at 05:05:10PM +0200, Guillaume Lelarge wrote: > <row> > <entry><link linkend="catalog-pg-am"><structname>pg_am</structname></link></entry> > - <entry>index access methods</entry> > + <entry>table and index access methods</entry> > </row> Perhaps we could just say "relation" here? That's the term used on the paragraph describing pg_am. -- Michael
Commits
-
Fix some typos
- b880e22de4b2 12.0 landed
-
Fix some documentation about access methods
- 56b78626c728 12.0 landed