1
0
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:
Heikki Linnakangas
2015-09-05 11:35:49 +03:00
parent c39f5674df
commit c80b5f66c6
17 changed files with 25 additions and 25 deletions

View File

@ -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>

View File

@ -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&iacute;zio de Royes Mello)
</para>

View File

@ -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.