File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -887,7 +887,7 @@ CREATE COLLATION french FROM "fr-x-icu";
887
887
</sect3>
888
888
889
889
<sect3 id="collation-nondeterministic">
890
- <title>Nondeterminstic Collations</title>
890
+ <title>Nondeterministic Collations</title>
891
891
892
892
<para>
893
893
A collation is either <firstterm>deterministic</firstterm> or
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ shared_buffers = 128MB
188
188
a <productname>PostgreSQL</productname> data directory contains a file
189
189
<filename>postgresql.auto.conf</filename><indexterm><primary>postgresql.auto.conf</primary></indexterm>,
190
190
which has the same format as <filename>postgresql.conf</filename> but
191
- is intended to be edited automatically not manually. This file holds
191
+ is intended to be edited automatically, not manually. This file holds
192
192
settings provided through the <xref linkend="sql-altersystem"/> command.
193
193
This file is read whenever <filename>postgresql.conf</filename> is,
194
194
and its settings take effect in the same way. Settings
Original file line number Diff line number Diff line change @@ -20555,7 +20555,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
20555
20555
(<parameter>slot_name</parameter> <type>name</type>, <parameter>lsn</parameter> <type>pg_lsn</type>)
20556
20556
</entry>
20557
20557
<entry>
20558
- Copies an existing physical replication slot name <parameter>src_slot_name</parameter>
20558
+ Copies an existing physical replication slot named <parameter>src_slot_name</parameter>
20559
20559
to a physical replication slot named <parameter>dst_slot_name</parameter>.
20560
20560
The copied physical slot starts to reserve WAL from the same <acronym>LSN</acronym> as the
20561
20561
source slot.
@@ -21662,7 +21662,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
21662
21662
<para>
21663
21663
<function>pg_ls_archive_statusdir</function> returns the name, size, and
21664
21664
last modified time (mtime) of each file in the WAL archive status
21665
- directory <literal >pg_wal/archive_status</literal >. By default only
21665
+ directory <filename >pg_wal/archive_status</filename >. By default only
21666
21666
superusers and members of the <literal>pg_monitor</literal> role can
21667
21667
use this function. Access may be granted to others using
21668
21668
<command>GRANT</command>.
You can’t perform that action at this time.
0 commit comments