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

  1. Fix some typos

  2. Fix some documentation about access methods