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

Commitcf352dd

Browse files
committed
doc: Fix some typos and grammar
Author: Ekaterina Kiryanova, Elena Indrupskaya, Oleg Sibiryakov, MaximYablokovDiscussion:https://postgr.es/m/7aad518b-3e6d-47f3-9184-b1d69cb412e7@postgrespro.ruBackpatch-through: 11
1 parentf76f1ef commitcf352dd

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

‎doc/src/sgml/charset.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
11581158
<para>
11591159
<xref linkend="icu-collation-levels"/> shows which textual feature
11601160
differences are considered significant when determining equality at the
1161-
given level. Theunicode character <literal>U+2063</literal> is an
1161+
given level. TheUnicode character <literal>U+2063</literal> is an
11621162
invisible separator, and as seen in the table, is ignored for at all
11631163
levels of comparison less than <literal>identic</literal>.
11641164
</para>

‎doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ mymap /^(.*)@otherdomain\.com$ guest
984984
a slash (<literal>/</literal>), the remainder of the field is treated
985985
as a regular expression (see <xref linkend="posix-syntax-details"/>
986986
for details of <productname>PostgreSQL</productname>'s regular
987-
expression syntax. It is not possible to use <literal>\1</literal>
987+
expression syntax). It is not possible to use <literal>\1</literal>
988988
to use a capture from regular expression on
989989
<replaceable>system-username</replaceable> for a regular expression
990990
on <replaceable>database-username</replaceable>.

‎doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,9 +2103,9 @@ ninja
21032103
configure with the <option>--backend</option> option to select the one you
21042104
want to use and then build using <literal>meson compile</literal>. To
21052105
learn more about these backends and other arguments you can provide to
2106-
ninja, you can refer to themeson<ulink
2106+
ninja, you can refer to the <ulink
21072107
url="https://mesonbuild.com/Running-Meson.html#building-from-the-source">
2108-
documentation</ulink>.
2108+
Mesondocumentation</ulink>.
21092109
</para>
21102110
</step>
21112111

‎doc/src/sgml/nls.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ make update-po
205205
<para>
206206
The PO files can be edited with a regular text editor. There are also
207207
several specialized editors for PO files which can help the process with
208-
translationspecific features.
208+
translation-specific features.
209209
There is (unsurprisingly) a PO mode for Emacs, which can be quite
210210
useful.
211211
</para>

‎doc/src/sgml/pgwalinspect.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ block_fpi_data |
209209
<para>
210210
The <function>pg_filenode_relation</function> function (see
211211
<xref linkend="functions-admin-dblocation"/>) can help you to
212-
determine which relation was modified during original execution
212+
determine which relation was modified during original execution.
213213
</para>
214214
</tip>
215215
<para>

‎doc/src/sgml/ref/create_foreign_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
376376
an <command>UPDATE</command> that changes the partition key value can
377377
cause a row to be moved from a local partition to a foreign-table
378378
partition, provided the foreign data wrapper supports tuple routing.
379-
However it is not currently possible to move a row from a
379+
However, it is not currently possible to move a row from a
380380
foreign-table partition to another partition.
381381
An <command>UPDATE</command> that would require doing that will fail
382382
due to the partitioning constraint, assuming that that is properly

‎doc/src/sgml/system-views.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@
16031603

16041604
<para>
16051605
Apply transaction locks are used in parallel mode to apply the transaction
1606-
in logical replication. The remote transactionid is displayed in the
1606+
in logical replication. The remote transactionID is displayed in the
16071607
<structfield>transactionid</structfield> column. The <structfield>objsubid</structfield>
16081608
displays the lock subtype which is 0 for the lock used to synchronize the
16091609
set of changes, and 1 for the lock used to wait for the transaction to

‎doc/src/sgml/xact.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<para>
157157
When a top-level transaction with an xid commits, all of its
158158
subcommitted child subtransactions are also persistently recorded
159-
as committed in the <filename>pg_xact</filename>directory. If the
159+
as committed in the <filename>pg_xact</filename>subdirectory. If the
160160
top-level transaction aborts, all its subtransactions are also aborted,
161161
even if they were subcommitted.
162162
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp