From 5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 11 Jan 2023 15:16:38 +0900 Subject: Fix typos in code and comments Author: Justin Pryzby Discussion: https://postgr.es/m/20230110045722.GD9837@telsasoft.com --- doc/src/sgml/ref/alter_database.sgml | 6 +++--- doc/src/sgml/ref/alter_role.sgml | 6 +++--- doc/src/sgml/ref/psql-ref.sgml | 4 ++-- doc/src/sgml/system-views.sgml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/alter_database.sgml b/doc/src/sgml/ref/alter_database.sgml index 181e9d36205..0962f32e134 100644 --- a/doc/src/sgml/ref/alter_database.sgml +++ b/doc/src/sgml/ref/alter_database.sgml @@ -211,9 +211,9 @@ ALTER DATABASE name RESET ALL USER SET - Specifies that variable should be set on behalf of ordinary role. - That lets non-superuser and non-replication role to set placeholder - variables, with permission requirements is not known yet; + Specifies that the variable should be set on behalf of an ordinary role. + That allows non-superuser and non-replication roles to set placeholder + variables, whose permission requirements are not known yet; see . The variable won't be set if it appears to require superuser privileges. diff --git a/doc/src/sgml/ref/alter_role.sgml b/doc/src/sgml/ref/alter_role.sgml index 43067d3feca..fbb4612e707 100644 --- a/doc/src/sgml/ref/alter_role.sgml +++ b/doc/src/sgml/ref/alter_role.sgml @@ -241,9 +241,9 @@ ALTER ROLE { role_specification | A USER SET - Specifies that variable should be set on behalf of ordinary role. - That lets non-superuser and non-replication role to set placeholder - variables, with permission requirements is not known yet; + Specifies that the variable should be set on behalf of an ordinary role. + That allows non-superuser and non-replication roles to set placeholder + variables, whose permission requirements are not known yet; see . The variable won't be set if it appears to require superuser privileges. diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 1a117dbecba..dc6528dc11d 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1901,8 +1901,8 @@ INSERT INTO tbl1 VALUES ($1, $2) \bind 'first value' 'second value' \g - Since PostgreSQL 16 the output includes - column with the values of + Since PostgreSQL 16, the output includes a + column with the values of the USER SET flag for each setting. diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml index 5b1c73269b9..7c8fc3f654b 100644 --- a/doc/src/sgml/system-views.sgml +++ b/doc/src/sgml/system-views.sgml @@ -1580,7 +1580,7 @@ - A specualtive insertion lock consists of a transaction ID and a speculative + A speculative insertion lock consists of a transaction ID and a speculative insertion token. The speculative insertion token is displayed in the objid column. -- cgit v1.2.3