From fdc18ea23b393d4a34c78b94ad3fcaf547e74959 Mon Sep 17 00:00:00 2001 From: David Rowley Date: Wed, 13 Apr 2022 17:42:13 +1200 Subject: [PATCH] Docs: tidy up various usages of the productname tag This tries to bring a bit more consistency to the use of the 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 and replace them with . 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 --- 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(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 6f285871b6..a533a2153e 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -12962,7 +12962,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx The pg_shmem_allocations view shows allocations made from the server's main shared memory segment. This includes both - memory allocated by postgres itself and memory + memory allocated by PostgreSQL itself and memory allocated by extensions using the mechanisms detailed in . diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 142b0affcb..28c51d7261 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1523,7 +1523,7 @@ omicron bryanh guest1 - The following configuration options are supported for ident: + The following configuration options are supported for ident: map @@ -1597,7 +1597,7 @@ omicron bryanh guest1 - The following configuration options are supported for peer: + The following configuration options are supported for peer: map diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index cdc4761c60..7f8b4dd5c0 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -8233,7 +8233,7 @@ $COMMIT; you functions that have the same name and the same basic behavior but it is no drop-in replacement if you are using Informix at the moment. Moreover, some of the data types are different. For example, - PostgreSQL's datetime and interval types do not + PostgreSQL's datetime and interval types do not know about ranges like for example YEAR TO MINUTE so you won't find support in ECPG for that either. diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 18101e7a70..43cc5f6f5b 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -370,7 +370,7 @@ $ENV{MSBFLAGS}="/m"; - To use a server-side third party library such as python or + To use a server-side third party library such as Python or OpenSSL, this library must also be 64-bit. There is no support for loading a 32-bit library in a 64-bit server. Several of the third party libraries that PostgreSQL supports may diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index 1b77efb087..2d01efc950 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -63,7 +63,7 @@ The src/tools/editors directory contains sample settings - files that can be used with the emacs, + files that can be used with the Emacs, xemacs or vim editors to help ensure that they format code according to these conventions.