mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix typos in code and comments
Author: Justin Pryzby Discussion: https://postgr.es/m/20230110045722.GD9837@telsasoft.com
This commit is contained in:
@ -211,9 +211,9 @@ ALTER DATABASE <replaceable class="parameter">name</replaceable> RESET ALL
|
||||
<term><literal>USER SET</literal></term>
|
||||
<listitem>
|
||||
<para>
|
||||
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 <xref linkend="runtime-config-custom"/>. The variable won't
|
||||
be set if it appears to require superuser privileges.
|
||||
</para>
|
||||
|
@ -241,9 +241,9 @@ ALTER ROLE { <replaceable class="parameter">role_specification</replaceable> | A
|
||||
<term><literal>USER SET</literal></term>
|
||||
<listitem>
|
||||
<para>
|
||||
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 <xref linkend="runtime-config-custom"/>. The variable won't
|
||||
be set if it appears to require superuser privileges.
|
||||
</para>
|
||||
|
@ -1901,8 +1901,8 @@ INSERT INTO tbl1 VALUES ($1, $2) \bind 'first value' 'second value' \g
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Since <productname>PostgreSQL</productname> 16 the output includes
|
||||
column with the values of
|
||||
Since <productname>PostgreSQL</productname> 16, the output includes a
|
||||
column with the values of the
|
||||
<link linkend="sql-alterrole-user-set"><literal>USER SET</literal></link>
|
||||
flag for each setting.
|
||||
</para>
|
||||
|
@ -1580,7 +1580,7 @@
|
||||
</para>
|
||||
|
||||
<para>
|
||||
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
|
||||
<structfield>objid</structfield> column.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user