mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix misc typos.
Oskari Saarenmaa. Backpatch to stable branches where applicable.
This commit is contained in:
@ -138,7 +138,7 @@ ALTER ROLE { <replaceable class="PARAMETER">role_specification</replaceable> | A
|
||||
<term>CURRENT_USER</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Alter the current user instead of an explicitely identified role.
|
||||
Alter the current user instead of an explicitly identified role.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -147,7 +147,7 @@ ALTER ROLE { <replaceable class="PARAMETER">role_specification</replaceable> | A
|
||||
<term>SESSION_USER</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Alter the current session user instead of an explicitely identified
|
||||
Alter the current session user instead of an explicitly identified
|
||||
role.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -460,7 +460,7 @@ FIXME: Add Andres
|
||||
<!--
|
||||
2014-07-01 [9f03ca9] Robert..: Avoid copying index tuples when building an ind..
|
||||
-->
|
||||
Speed up CREATE INDEX by avoiding unneccessary memory copies (Robert Haas)
|
||||
Speed up CREATE INDEX by avoiding unnecessary memory copies (Robert Haas)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@ -1111,7 +1111,7 @@ FIXME: Correct description
|
||||
-->
|
||||
<para>
|
||||
Allow changing of the <acronym>WAL</acronym>
|
||||
logging status of a table ater creation with <link
|
||||
logging status of a table after creation with <link
|
||||
linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED /
|
||||
UNLOGGED</></> (Fabrízio de Royes Mello)
|
||||
</para>
|
||||
|
@ -251,7 +251,7 @@ ereport(ERROR,
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<function>errdetail_log_plural(const char *fmt_singuar, const char
|
||||
<function>errdetail_log_plural(const char *fmt_singular, const char
|
||||
*fmt_plural, unsigned long n, ...)</function> is like
|
||||
<function>errdetail_log</>, but with support for various plural forms of
|
||||
the message.
|
||||
|
Reference in New Issue
Block a user