From e7c217d354ad73503aac8f8154dba4a357147888 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Wed, 18 Jan 2023 09:30:11 +1100 Subject: [PATCH v1] Replace linkend single-quotes with double-quotes. --- doc/src/sgml/libpq.sgml | 4 ++-- doc/src/sgml/monitoring.sgml | 14 +++++++------- doc/src/sgml/ref/create_role.sgml | 2 +- doc/src/sgml/ref/createuser.sgml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0e7ae70..3ccd8ff 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -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 - nor - is set, this setting is + nor + is set, this setting is taken as ~/.postgresql/root.crl. diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 358d2ff..354cd55 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -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 . + See . @@ -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 . + See . @@ -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 . + See . @@ -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 . + See . @@ -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 . + See . pg_stat_progress_copypg_stat_progress_copy One row for each backend running COPY, showing current progress. - See . + See . @@ -6729,7 +6729,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 . + in place. See . diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 7ce4e38..9e459a0 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -121,7 +121,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 for more details about what + See for more details about what capabilities are conferred by this privilege. If not specified, NOCREATEROLE is the default. diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 9a1c3d0..e3af87f 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -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 - very extensive privileges. + 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 for more details about what + See for more details about what capabilities are conferred by this privilege. -- 1.8.3.1