Replace single-quotes with double-quotes in a few SGML attributes.
authorHeikki Linnakangas
Mon, 27 Feb 2023 07:55:39 +0000 (09:55 +0200)
committerHeikki Linnakangas
Mon, 27 Feb 2023 07:55:39 +0000 (09:55 +0200)
Both are valid SGML, but let's be consistent.

Author: Peter Smith
Discussion: https://www.postgresql.org/message-id/CAHut%2BPtghjg0SBUTv%3D4Bpcy68d1zD3VAnZ3wX1DQSp39XKD9Sw%40mail.gmail.com

doc/src/sgml/libpq.sgml
doc/src/sgml/monitoring.sgml
doc/src/sgml/ref/create_role.sgml
doc/src/sgml/ref/createuser.sgml
doc/src/sgml/ref/pgbench.sgml
doc/src/sgml/user-manag.sgml

index 0e7ae70c706adf4f29a14a27afd7556f5288b65c..3ccd8ff94216d5f6109bce757257410b5a66076a 100644 (file)
@@ -1736,8 +1736,8 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
         revocation list (CRL).  Certificates listed in this file, if it
         exists, will be rejected while attempting to authenticate the
         server's certificate.  If neither
-        'libpq-connect-sslcrl'/> nor
-        'libpq-connect-sslcrldir'/> is set, this setting is
+        "libpq-connect-sslcrl"/> nor
+        "libpq-connect-sslcrldir"/> is set, this setting is
         taken as
         ~/.postgresql/root.crl.
        
index b0b997f092fb2f0d171aab65626692f897d0d61f..6249bb50d0240a641c3d8103d4cfcce8b12edb59 100644 (file)
@@ -372,7 +372,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       pg_stat_progress_analyzepg_stat_progress_analyze
       One row for each backend (including autovacuum worker processes) running
        ANALYZE, showing current progress.
-       See 'analyze-progress-reporting'/>.
+       See "analyze-progress-reporting"/>.
       
      
 
@@ -380,7 +380,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       pg_stat_progress_create_indexpg_stat_progress_create_index
       One row for each backend running CREATE INDEX or REINDEX, showing
       current progress.
-      See 'create-index-progress-reporting'/>.
+      See "create-index-progress-reporting"/>.
      
      
 
@@ -388,7 +388,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       pg_stat_progress_vacuumpg_stat_progress_vacuum
       One row for each backend (including autovacuum worker processes) running
        VACUUM, showing current progress.
-       See 'vacuum-progress-reporting'/>.
+       See "vacuum-progress-reporting"/>.
       
      
 
@@ -396,7 +396,7 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       pg_stat_progress_clusterpg_stat_progress_cluster
       One row for each backend running
        CLUSTER or VACUUM FULL, showing current progress.
-       See 'cluster-progress-reporting'/>.
+       See "cluster-progress-reporting"/>.
       
      
 
@@ -404,14 +404,14 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       pg_stat_progress_basebackuppg_stat_progress_basebackup
       One row for each WAL sender process streaming a base backup,
        showing current progress.
-       See 'basebackup-progress-reporting'/>.
+       See "basebackup-progress-reporting"/>.
       
      
 
      
       pg_stat_progress_copypg_stat_progress_copy
       One row for each backend running COPY, showing current progress.
-       See 'copy-progress-reporting'/>.
+       See "copy-progress-reporting"/>.
       
      
     
@@ -7055,7 +7055,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
    pg_stat_progress_cluster
    because both VACUUM FULL and CLUSTER
    rewrite the table, while regular VACUUM only modifies it
-   in place. See 'cluster-progress-reporting'/>.
+   in place. See "cluster-progress-reporting"/>.
   
 
   
index c101df6e2fd1d0af476ceefe35256b9d4209a62e..4a84461b2866f59ddd345864073a9e5a32cfc61d 100644 (file)
@@ -123,7 +123,7 @@ in sync when changing the above synopsis!
         These clauses determine whether a role will be permitted to
         create, alter, drop, comment on, and change the security label for
         other roles.
-        See 'role-creation' /> for more details about what
+        See "role-creation"/> for more details about what
         capabilities are conferred by this privilege.
         If not specified, NOCREATEROLE is the default.
        
index 9a1c3d01f48b356cbd7bfc8804981780fb61ba47..e3af87f71bff15aa89ddbc56fc8878b5f051ff8d 100644 (file)
@@ -48,7 +48,7 @@ PostgreSQL documentation
    Being a superuser implies the ability to bypass all access permission
    checks within the database, so superuser access should not be granted
    lightly. CREATEROLE also conveys
-   'role-creation'>very extensive privileges.
+   "role-creation">very extensive privileges.
   
 
   
@@ -254,7 +254,7 @@ PostgreSQL documentation
         The new user will be allowed to create, alter, drop, comment on,
         change the security label for other roles; that is,
         this user will have CREATEROLE privilege.
-        See 'role-creation' /> for more details about what
+        See "role-creation"/> for more details about what
         capabilities are conferred by this privilege.
        
       
index a4e9ae441dcb8de32efd24c65f8c6755aeb279b1..850028557d384f893a5d0d9ae6bef1539d926f5d 100644 (file)
@@ -1167,7 +1167,7 @@ pgbench  options  d
   
 
   
-   'pgbench-metacommand-gset'>
+   "pgbench-metacommand-gset">
     
      \gset [prefix]
      \aset [prefix]
@@ -1237,7 +1237,7 @@ SELECT 4 AS four \; SELECT 5 AS five \aset
     
    
 
-   'pgbench-metacommand-set'>
+   "pgbench-metacommand-set">
     
      \set varname expression
     
@@ -1362,7 +1362,7 @@ SELECT 4 AS four \; SELECT 5 AS five \aset
     
    
 
-   'pgbench-metacommand-pipeline'>
+   "pgbench-metacommand-pipeline">
     \startpipeline
     \endpipeline
 
index 002c1e3affb5c60dc814ad1ebadba03b48e26d11..93978e550e932408b66e18d412455bf6316627c7 100644 (file)
@@ -191,7 +191,7 @@ CREATE USER name;
      
 
      
-      'role-creation'>role creationroleprivilege to create
+      "role-creation">role creationroleprivilege to create
       
        
         A role must be explicitly given permission to create more roles