pgsql: Doc: various fixups

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: various fixups
Date: 2025-04-21 23:10:52
Message-ID: E1u70Hr-001Ane-38@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: various fixups

* Use <symbol> tags for CONNECTION_* #defines

We were using an inconsistent mix of <literal> and sometimes <function>
tags.

* Use <application> tag for libpq

There was a mix of <literal> and <productname>

Also fix a whitespace issue.

None of these seem critical enough mistakes to backpatch.

Author: Noboru Saito <noborusai(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAM3qnJtv5YbjpwDfVOYN2gZ9zGSLFM1UGJgptSXmwfifOZJFQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5e6f9a9c4e7edbe110eab25f9fc05a6d136b950a

Modified Files
--------------
doc/src/sgml/libpq.sgml | 34 +++++++++++++++++-----------------
doc/src/sgml/logicaldecoding.sgml | 1 -
2 files changed, 17 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-04-22 01:02:45 pgsql: Rename injection point for invalidation messages at end of trans
Previous Message David Rowley 2025-04-21 23:05:00 pgsql: Doc: fix incorrect punctuation