[PATCH] Documentation: Fix minor grammatical and formatting issues

From: Noboru Saito <noborusai(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Documentation: Fix minor grammatical and formatting issues
Date: 2025-04-21 03:05:32
Message-ID: CAAM3qnJtv5YbjpwDfVOYN2gZ9zGSLFM1UGJgptSXmwfifOZJFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi PostgreSQL Hackers,

I'm a member of the PostgreSQL Japanese documentation translation
team. While working on translations,
I've identified several minor grammatical and formatting issues in the
English documentation.
Please review them.

1. Remove unnecessary blank lines (blankline.diff)
2. Fix repeated "to to" in several command reference files (toto.diff)
3. Fix period instead of comma in enumeration (comma.diff)
4. Standardize inline tags in libpq documentation (tagmiss.diff)
5. Remove redundant "that that" constructions (thatthat.diff)

These are all simple, self-explanatory fixes that improve readability
and consistency.
The attached patches correct these issues across multiple documentation files.

Thank you,

Attachment Content-Type Size
tagmiss.diff text/x-patch 3.5 KB
thatthat.diff text/x-patch 10.8 KB
toto.diff text/x-patch 2.1 KB
blankline.diff text/x-patch 729 bytes
comma.diff text/x-patch 742 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-04-21 03:13:22 Re: pipelining in psql, commit 41625ab
Previous Message Steve Chavez 2025-04-21 03:00:22 Re: Allow database owners to CREATE EVENT TRIGGER