Re: Quick doc typo fix
Guillaume Lelarge <guillaume@lelarge.info>
From: Guillaume Lelarge <guillaume@lelarge.info>
To: Michael Paquier <michael@paquier.xyz>
Cc: PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2019-05-28T19:46:48Z
Lists: pgsql-hackers
Le mar. 28 mai 2019 à 21:28, Michael Paquier <michael@paquier.xyz> a écrit : > 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. > Hehe, that was the first thing I wrote :) but went with "table and index" as it was also used a bit later in the chapter. Both are fine with me. -- Guillaume.
Commits
-
Fix some typos
- b880e22de4b2 12.0 landed
-
Fix some documentation about access methods
- 56b78626c728 12.0 landed