Re: Minor doc fixes

2021-09-28 Thread Michael Paquier
On Mon, Sep 27, 2021 at 06:07:57PM +0900, Michael Paquier wrote: > Thanks. These are good catches. Now that 14.0 has been tagged, applied. -- Michael signature.asc Description: PGP signature

Re: Minor doc fixes

2021-09-27 Thread Michael Paquier
On Mon, Sep 27, 2021 at 11:42:40AM +0300, Ekaterina Kiryanova wrote: > I've come across some minor inconsistencies in PostgreSQL 14 docs. > Please review the attached patch. Thanks. These are good catches. -- Michael signature.asc Description: PGP signature

Minor doc fixes

2021-09-27 Thread Ekaterina Kiryanova
Hi! I've come across some minor inconsistencies in PostgreSQL 14 docs. Please review the attached patch. -- Ekaterina Kiryanova Technical Writer Postgres Professional file:///home/ladyune/patches/minor_doc_fixes.patch diff --git a/doc/src/sgml/btree.sgml b/doc/src/sgml/btree.sgml index f569f93f35

Re: Minor doc fixes

2021-07-15 Thread Daniel Gustafsson
> On 13 Jul 2021, at 23:32, Daniel Gustafsson wrote: > >> On 13 Jul 2021, at 15:13, Ekaterina Kiryanova >> wrote: > >> I've noticed some minor doc inconsistencies. >> Please review the attached patch. > > Thanks for your patch, reviewing it I agree with your proposed changes. > Unless > the

Re: Minor doc fixes

2021-07-13 Thread Laurenz Albe
On Tue, 2021-07-13 at 23:32 +0200, Daniel Gustafsson wrote: > > On 13 Jul 2021, at 15:13, Ekaterina Kiryanova > > wrote: > > I've noticed some minor doc inconsistencies. > > Please review the attached patch. > > Thanks for your patch, reviewing it I agree with your proposed changes. > Unless >

Re: Minor doc fixes

2021-07-13 Thread Daniel Gustafsson
> On 13 Jul 2021, at 15:13, Ekaterina Kiryanova > wrote: > I've noticed some minor doc inconsistencies. > Please review the attached patch. Thanks for your patch, reviewing it I agree with your proposed changes. Unless there are objections I'll apply this within a few days. -- Daniel Gustafss

Minor doc fixes

2021-07-13 Thread Ekaterina Kiryanova
Hi! I've noticed some minor doc inconsistencies. Please review the attached patch. -- Ekaterina Kiryanova Technical Writer Postgres Professional diff --git a/doc/src/sgml/amcheck.sgml b/doc/src/sgml/amcheck.sgml index a2571d33ae6..c570690b59c 100644 --- a/doc/src/sgml/amcheck.sgml +++ b/doc/src/s

Re: minor doc fixes for REL_12_STABLE

2019-08-22 Thread Tom Lane
Michael Paquier writes: > 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. > This was discussed not long

Re: minor doc fixes for REL_12_STABLE

2019-08-22 Thread Michael Paquier
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 > o

Re: minor doc fixes for REL_12_STABLE

2019-08-22 Thread Liudmila Mantrova
On Tue, Aug 20, 2019 at 7:48 AM Michael Paquier wrote: > On Mon, Aug 19, 2019 at 05:12:12PM +0300, Liudmila Mantrova wrote: > > Most of the stuff in v12-doc-fixes.patch looks pretty good. I don't > agree with some of the changes in libpq.sgml, as firstterm is used to > outline the different mode

Re: minor doc fixes for REL_12_STABLE

2019-08-19 Thread Michael Paquier
On Mon, Aug 19, 2019 at 05:12:12PM +0300, Liudmila Mantrova wrote: > Please consider the attached patches that fix some documentation > inconsistencies in REL_12_STABLE branch. The first one contains fixes of > typos and tagging issues that were discovered during new content > translation. The oth

minor doc fixes for REL_12_STABLE

2019-08-19 Thread Liudmila Mantrova
Hi, Please consider the attached patches that fix some documentation inconsistencies in REL_12_STABLE branch. The first one contains fixes of typos and tagging issues that were discovered during new content translation. The other is a back-patch of fixes already accepted in master after REL_12_STA