Re: minor doc fixes for REL_12_STABLE
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Liudmila Mantrova <l.mantrova@gmail.com>
Cc: pgsql-docs <pgsql-docs@postgresql.org>
Date: 2019-08-23T01:40:17Z
Lists: pgsql-docs
On Thu, Aug 22, 2019 at 04:13:00PM +0300, Liudmila Mantrova wrote: > Looks like you have also changed "an SQL" to "a SQL" in some cases (but not > everywhere), and I wonder what's the official guidance here for PostgreSQL > documentation. I see no consistency, but the first version appears more > often, that's why I decided to use it (although I have to admit that I've > been looking for something to confirm my personal preference). This was discussed not long ago, and there was no actual consensus that one was better than the other. We have that in the code tree: $ git grep -i "a sql" | wc -l 875 $ git grep -i "an sql" | wc -l 304 -- Michael
Commits
-
Doc: Fix various typos
- fbfa2bba8692 9.4.25 landed
- 7ffd4f3996e1 9.5.20 landed
- 3399b345f1d4 9.6.16 landed
- 15ae1a31b433 10.11 landed
- 93dcec96ef32 11.6 landed
- d38753c6f79d 12.0 landed
-
Doc: Improve wording of multiple places in documentation
- b298e3701368 12.0 landed
- 0431a7874692 13.0 landed