index 1fd7834339b795d1791e8578f105f323d11aa421..b672da47d0a506aa0841d1dc2011abd9a1338fb6 100644 (file)
@@ -887,7 +887,7 @@ CREATE COLLATION french FROM "fr-x-icu";
</sect3>
<sect3 id="collation-nondeterministic">
- <title>Nondeterminstic Collations</title>
+ <title>Nondeterministic Collations</title>
<para>
A collation is either <firstterm>deterministic</firstterm> or
index 7f9ce8fcba3cd33e6b1c24aa9d496d54fb050225..6612f95f9fad28ae1b73f5c91faee8385b501599 100644 (file)
a <productname>PostgreSQL</productname> data directory contains a file
<filename>postgresql.auto.conf</filename><indexterm><primary>postgresql.auto.conf</primary></indexterm>,
which has the same format as <filename>postgresql.conf</filename> but
- is intended to be edited automatically not manually. This file holds
+ is intended to be edited automatically, not manually. This file holds
settings provided through the <xref linkend="sql-altersystem"/> command.
This file is read whenever <filename>postgresql.conf</filename> is,
and its settings take effect in the same way. Settings
index 17bebc4fe1b05abd02eeb93288496e0ab66e1abb..cdf41ddef442579437b6675809854e26b4693836 100644 (file)
@@ -20585,7 +20585,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
(<parameter>slot_name</parameter> <type>name</type>, <parameter>lsn</parameter> <type>pg_lsn</type>)
</entry>
<entry>
- Copies an existing physical replication slot name <parameter>src_slot_name</parameter>
+ Copies an existing physical replication slot named <parameter>src_slot_name</parameter>
to a physical replication slot named <parameter>dst_slot_name</parameter>.
The copied physical slot starts to reserve WAL from the same <acronym>LSN</acronym> as the
source slot.
@@ -21692,7 +21692,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
<para>
<function>pg_ls_archive_statusdir</function> returns the name, size, and
last modified time (mtime) of each file in the WAL archive status
- directory <literal>pg_wal/archive_status</literal>. By default only
+ directory <filename>pg_wal/archive_status</filename>. By default only
superusers and members of the <literal>pg_monitor</literal> role can
use this function. Access may be granted to others using
<command>GRANT</command>.