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-29T15:30:33Z
Lists: pgsql-hackers
Attachments
- typofix_2.patch (text/x-patch) patch
Le mar. 28 mai 2019 à 21:46, Guillaume Lelarge <guillaume@lelarge.info> a écrit : > 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. > > And here is another one. See patch attached. -- Guillaume.
Commits
-
Fix some typos
- b880e22de4b2 12.0 landed
-
Fix some documentation about access methods
- 56b78626c728 12.0 landed