Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6eb9b20

Browse files
committed
Typo fixes for documentation
Discussion:https://postgr.es/m/CAEkD-mDUZrRE%3Dk-FznEg4Ed2VdjpZCyHoyo%2Bp0%2B8KvHqR%3DpNVQ%40mail.gmail.comAuthor: Liudmila Mantrova, Alexander LakhinReviewed-by: Alexander Korotkov, Alvaro HerreraBackpatch-through: 12
1 parent9f77186 commit6eb9b20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎doc/src/sgml/charset.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ CREATE COLLATION french FROM "fr-x-icu";
887887
</sect3>
888888

889889
<sect3 id="collation-nondeterministic">
890-
<title>Nondeterminstic Collations</title>
890+
<title>Nondeterministic Collations</title>
891891

892892
<para>
893893
A collation is either <firstterm>deterministic</firstterm> or

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ shared_buffers = 128MB
188188
a <productname>PostgreSQL</productname> data directory contains a file
189189
<filename>postgresql.auto.conf</filename><indexterm><primary>postgresql.auto.conf</primary></indexterm>,
190190
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
192192
settings provided through the <xref linkend="sql-altersystem"/> command.
193193
This file is read whenever <filename>postgresql.conf</filename> is,
194194
and its settings take effect in the same way. Settings

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20555,7 +20555,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2055520555
(<parameter>slot_name</parameter> <type>name</type>, <parameter>lsn</parameter> <type>pg_lsn</type>)
2055620556
</entry>
2055720557
<entry>
20558-
Copies an existing physical replication slotname <parameter>src_slot_name</parameter>
20558+
Copies an existing physical replication slotnamed <parameter>src_slot_name</parameter>
2055920559
to a physical replication slot named <parameter>dst_slot_name</parameter>.
2056020560
The copied physical slot starts to reserve WAL from the same <acronym>LSN</acronym> as the
2056120561
source slot.
@@ -21662,7 +21662,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2166221662
<para>
2166321663
<function>pg_ls_archive_statusdir</function> returns the name, size, and
2166421664
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
2166621666
superusers and members of the <literal>pg_monitor</literal> role can
2166721667
use this function. Access may be granted to others using
2166821668
<command>GRANT</command>.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp