Skip to content

Commit cccfa08

Browse files
committed
doc: Fix some typos and grammar
Author: Ekaterina Kiryanova, Elena Indrupskaya, Oleg Sibiryakov, Maxim Yablokov Discussion: https://postgr.es/m/7aad518b-3e6d-47f3-9184-b1d69cb412e7@postgrespro.ru Backpatch-through: 11
1 parent 55a428a commit cccfa08

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. The unicode character <literal>U+2063</literal> is an
1161+
given level. The Unicode 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
@@ -2090,9 +2090,9 @@ ninja
20902090
configure with the <option>--backend</option> option to select the one you
20912091
want to use and then build using <literal>meson compile</literal>. To
20922092
learn more about these backends and other arguments you can provide to
2093-
ninja, you can refer to the meson <ulink
2093+
ninja, you can refer to the <ulink
20942094
url="https://mesonbuild.com/Running-Meson.html#building-from-the-source">
2095-
documentation</ulink>.
2095+
Meson documentation</ulink>.
20962096
</para>
20972097
</step>
20982098

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-
translation specific 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
@@ -1608,7 +1608,7 @@
16081608

16091609
<para>
16101610
Apply transaction locks are used in parallel mode to apply the transaction
1611-
in logical replication. The remote transaction id is displayed in the
1611+
in logical replication. The remote transaction ID is displayed in the
16121612
<structfield>transactionid</structfield> column. The <structfield>objsubid</structfield>
16131613
displays the lock subtype which is 0 for the lock used to synchronize the
16141614
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)