pgsql: Docs: tidy up various usages of the productname tag - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Docs: tidy up various usages of the productname tag
Date
Msg-id E1neVmm-000Hji-Oj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Docs: tidy up various usages of the productname tag

This tries to bring a bit more consistency to the use of the <productname>
tag in the documents.  This fixes a couple of mistakes with our own
product.  We definitely should be consistently calling that PostgreSQL
when we're referring to the modern-day version of the software.

This also tidies up a couple of inconsistencies with the case of other
product names, namely Emacs and Python.  We also get rid of some incorrect
usages of <productname> and replace them with <literal>.

Many of these mistakes exist in the back branches, but they don't quite
seem critical enough to warrant fixing them in prior versions at this
stage.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fdc18ea23b393d4a34c78b94ad3fcaf547e74959

Modified Files
--------------
doc/src/sgml/catalogs.sgml        | 2 +-
doc/src/sgml/client-auth.sgml     | 4 ++--
doc/src/sgml/ecpg.sgml            | 2 +-
doc/src/sgml/install-windows.sgml | 2 +-
doc/src/sgml/sources.sgml         | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Rework compression options of pg_receivewal
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove "recheck" argument from check_index_is_clusterable()