File tree 3 files changed +4
-4
lines changed
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 @@ -20585,7 +20585,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
20585
20585
(<parameter>slot_name</parameter> <type>name</type>, <parameter>lsn</parameter> <type>pg_lsn</type>)
20586
20586
</entry>
20587
20587
<entry>
20588
- Copies an existing physical replication slot name <parameter>src_slot_name</parameter>
20588
+ Copies an existing physical replication slot named <parameter>src_slot_name</parameter>
20589
20589
to a physical replication slot named <parameter>dst_slot_name</parameter>.
20590
20590
The copied physical slot starts to reserve WAL from the same <acronym>LSN</acronym> as the
20591
20591
source slot.
@@ -21692,7 +21692,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
21692
21692
<para>
21693
21693
<function>pg_ls_archive_statusdir</function> returns the name, size, and
21694
21694
last modified time (mtime) of each file in the WAL archive status
21695
- directory <literal >pg_wal/archive_status</literal >. By default only
21695
+ directory <filename >pg_wal/archive_status</filename >. By default only
21696
21696
superusers and members of the <literal>pg_monitor</literal> role can
21697
21697
use this function. Access may be granted to others using
21698
21698
<command>GRANT</command>.
You can’t perform that action at this time.
0 commit comments