Docs: tidy up various usages of the productname tag
authorDavid Rowley
Wed, 13 Apr 2022 05:42:13 +0000 (17:42 +1200)
committerDavid Rowley
Wed, 13 Apr 2022 05:42:13 +0000 (17:42 +1200)
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[email protected]

doc/src/sgml/catalogs.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/ecpg.sgml
doc/src/sgml/install-windows.sgml
doc/src/sgml/sources.sgml

index 6f285871b64a512c5c64975654c8a0fe37203805..a533a2153e2d704d2c90e3148bfc4e94bd2bd494 100644 (file)
@@ -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
    .
   
index 142b0affcb6ae8e84f83860cad1829489b304cfa..28c51d72613672fd14dd3ba582de4e2425a1eb88 100644 (file)
@@ -1523,7 +1523,7 @@ omicron         bryanh                  guest1
    
 
    
-    The following configuration options are supported for <productname>ident>:
+    The following configuration options are supported for <literal>ident>:
     
      
       map
@@ -1597,7 +1597,7 @@ omicron         bryanh                  guest1
    
 
    
-    The following configuration options are supported for <productname>peer>:
+    The following configuration options are supported for <literal>peer>:
     
      
       map
index cdc4761c60276cfc91288d1e20b2c930827d1111..7f8b4dd5c023b64f0f86b0689772ad7f4d9bf49a 100644 (file)
@@ -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.
   
index 18101e7a701b9c58602850f473eeb469f5491491..43cc5f6f5b22af85fc12ffb4e721b2b34c5eca57 100644 (file)
@@ -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
index 1b77efb08799612aaff041638ee290d30e9b4db0..2d01efc950c1b929462fd9d491b606e5f168518a 100644 (file)
@@ -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.