mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
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
This commit is contained in:
parent
55a428a18d
commit
cccfa08c39
@ -1158,7 +1158,7 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
|
|||||||
<para>
|
<para>
|
||||||
<xref linkend="icu-collation-levels"/> shows which textual feature
|
<xref linkend="icu-collation-levels"/> shows which textual feature
|
||||||
differences are considered significant when determining equality at the
|
differences are considered significant when determining equality at the
|
||||||
given level. The unicode character <literal>U+2063</literal> is an
|
given level. The Unicode character <literal>U+2063</literal> is an
|
||||||
invisible separator, and as seen in the table, is ignored for at all
|
invisible separator, and as seen in the table, is ignored for at all
|
||||||
levels of comparison less than <literal>identic</literal>.
|
levels of comparison less than <literal>identic</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
@ -984,7 +984,7 @@ mymap /^(.*)@otherdomain\.com$ guest
|
|||||||
a slash (<literal>/</literal>), the remainder of the field is treated
|
a slash (<literal>/</literal>), the remainder of the field is treated
|
||||||
as a regular expression (see <xref linkend="posix-syntax-details"/>
|
as a regular expression (see <xref linkend="posix-syntax-details"/>
|
||||||
for details of <productname>PostgreSQL</productname>'s regular
|
for details of <productname>PostgreSQL</productname>'s regular
|
||||||
expression syntax. It is not possible to use <literal>\1</literal>
|
expression syntax). It is not possible to use <literal>\1</literal>
|
||||||
to use a capture from regular expression on
|
to use a capture from regular expression on
|
||||||
<replaceable>system-username</replaceable> for a regular expression
|
<replaceable>system-username</replaceable> for a regular expression
|
||||||
on <replaceable>database-username</replaceable>.
|
on <replaceable>database-username</replaceable>.
|
||||||
|
@ -2090,9 +2090,9 @@ ninja
|
|||||||
configure with the <option>--backend</option> option to select the one you
|
configure with the <option>--backend</option> option to select the one you
|
||||||
want to use and then build using <literal>meson compile</literal>. To
|
want to use and then build using <literal>meson compile</literal>. To
|
||||||
learn more about these backends and other arguments you can provide to
|
learn more about these backends and other arguments you can provide to
|
||||||
ninja, you can refer to the meson <ulink
|
ninja, you can refer to the <ulink
|
||||||
url="https://mesonbuild.com/Running-Meson.html#building-from-the-source">
|
url="https://mesonbuild.com/Running-Meson.html#building-from-the-source">
|
||||||
documentation</ulink>.
|
Meson documentation</ulink>.
|
||||||
</para>
|
</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ make update-po
|
|||||||
<para>
|
<para>
|
||||||
The PO files can be edited with a regular text editor. There are also
|
The PO files can be edited with a regular text editor. There are also
|
||||||
several specialized editors for PO files which can help the process with
|
several specialized editors for PO files which can help the process with
|
||||||
translation specific features.
|
translation-specific features.
|
||||||
There is (unsurprisingly) a PO mode for Emacs, which can be quite
|
There is (unsurprisingly) a PO mode for Emacs, which can be quite
|
||||||
useful.
|
useful.
|
||||||
</para>
|
</para>
|
||||||
|
@ -209,7 +209,7 @@ block_fpi_data |
|
|||||||
<para>
|
<para>
|
||||||
The <function>pg_filenode_relation</function> function (see
|
The <function>pg_filenode_relation</function> function (see
|
||||||
<xref linkend="functions-admin-dblocation"/>) can help you to
|
<xref linkend="functions-admin-dblocation"/>) can help you to
|
||||||
determine which relation was modified during original execution
|
determine which relation was modified during original execution.
|
||||||
</para>
|
</para>
|
||||||
</tip>
|
</tip>
|
||||||
<para>
|
<para>
|
||||||
|
@ -376,7 +376,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
|
|||||||
an <command>UPDATE</command> that changes the partition key value can
|
an <command>UPDATE</command> that changes the partition key value can
|
||||||
cause a row to be moved from a local partition to a foreign-table
|
cause a row to be moved from a local partition to a foreign-table
|
||||||
partition, provided the foreign data wrapper supports tuple routing.
|
partition, provided the foreign data wrapper supports tuple routing.
|
||||||
However it is not currently possible to move a row from a
|
However, it is not currently possible to move a row from a
|
||||||
foreign-table partition to another partition.
|
foreign-table partition to another partition.
|
||||||
An <command>UPDATE</command> that would require doing that will fail
|
An <command>UPDATE</command> that would require doing that will fail
|
||||||
due to the partitioning constraint, assuming that that is properly
|
due to the partitioning constraint, assuming that that is properly
|
||||||
|
@ -1608,7 +1608,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Apply transaction locks are used in parallel mode to apply the transaction
|
Apply transaction locks are used in parallel mode to apply the transaction
|
||||||
in logical replication. The remote transaction id is displayed in the
|
in logical replication. The remote transaction ID is displayed in the
|
||||||
<structfield>transactionid</structfield> column. The <structfield>objsubid</structfield>
|
<structfield>transactionid</structfield> column. The <structfield>objsubid</structfield>
|
||||||
displays the lock subtype which is 0 for the lock used to synchronize the
|
displays the lock subtype which is 0 for the lock used to synchronize the
|
||||||
set of changes, and 1 for the lock used to wait for the transaction to
|
set of changes, and 1 for the lock used to wait for the transaction to
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
<para>
|
<para>
|
||||||
When a top-level transaction with an xid commits, all of its
|
When a top-level transaction with an xid commits, all of its
|
||||||
subcommitted child subtransactions are also persistently recorded
|
subcommitted child subtransactions are also persistently recorded
|
||||||
as committed in the <filename>pg_xact</filename> directory. If the
|
as committed in the <filename>pg_xact</filename> subdirectory. If the
|
||||||
top-level transaction aborts, all its subtransactions are also aborted,
|
top-level transaction aborts, all its subtransactions are also aborted,
|
||||||
even if they were subcommitted.
|
even if they were subcommitted.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user