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

Commiteb57bd9

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 parentc30fc9d commiteb57bd9

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
@@ -20585,7 +20585,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2058520585
(<parameter>slot_name</parameter> <type>name</type>, <parameter>lsn</parameter> <type>pg_lsn</type>)
2058620586
</entry>
2058720587
<entry>
20588-
Copies an existing physical replication slotname <parameter>src_slot_name</parameter>
20588+
Copies an existing physical replication slotnamed <parameter>src_slot_name</parameter>
2058920589
to a physical replication slot named <parameter>dst_slot_name</parameter>.
2059020590
The copied physical slot starts to reserve WAL from the same <acronym>LSN</acronym> as the
2059120591
source slot.
@@ -21692,7 +21692,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2169221692
<para>
2169321693
<function>pg_ls_archive_statusdir</function> returns the name, size, and
2169421694
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
2169621696
superusers and members of the <literal>pg_monitor</literal> role can
2169721697
use this function. Access may be granted to others using
2169821698
<command>GRANT</command>.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp