Skip to content

Commit e909e72

Browse files
committed
by GitHub Actions [skip ci]
1 parent 152adad commit e909e72

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

current/html/app-psql.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3250,8 +3250,8 @@
32503250
allowed meta-command is <command>\unrestrict</command>, to exit
32513251
restricted mode. The key may contain only alphanumeric characters.
32523252
</span>
3253-
《機械翻訳》指定されたキーで「制限付き」モードを入力します
3254-
このモードで許可されているメタコマンドは、制限付きモードから出るための<code class="command">\unrestrict</code>,のみです
3253+
指定されたキーで「制限付き」モードに入ります
3254+
このモードで許可されているメタコマンドは<code class="command">\unrestrict</code>のみで、制限付きモードから出るためのものです
32553255
キーには英数字のみを含めることができます。
32563256
</p><p>
32573257
<span class="original">
@@ -3260,7 +3260,7 @@
32603260
&lt;application&gt;pg_dumpall&lt;/application&gt;, and
32613261
&lt;application&gt;pg_restore&lt;/application&gt;, but it may be useful elsewhere.
32623262
</span>
3263-
《機械翻訳》このコマンドは、主に<span class="application">pg_dump</span><span class="application">pg_dumpall</span>、および<span class="application">pg_restore</span>で生成されるプレーンテキストダンプでの使用を目的としていますが、他の場所でも役立つ場合があります
3263+
このコマンドは、主に<span class="application">pg_dump</span><span class="application">pg_dumpall</span>、および<span class="application">pg_restore</span>で生成されるプレーンテキストダンプでの使用を目的としていますが、他の場所でも役に立つかもしれません
32643264
</p></dd><dt id="APP-PSQL-META-COMMAND-S"><span class="term"><code class="literal">\s [ <em class="replaceable"><code>filename</code></em> ]</code></span> <a href="#APP-PSQL-META-COMMAND-S" class="id_link">#</a></dt><dd><p>
32653265
<span class="original">
32663266
Print &lt;application&gt;psql&lt;/application&gt;'s command line history
@@ -3423,16 +3423,15 @@
34233423
blocked), provided the specified key matches the one given to
34243424
&lt;command&gt;\restrict&lt;/command&gt; when restricted mode was entered.
34253425
</span>
3426-
《機械翻訳》「制限された」モード<code class="command">\restrict</code>つまり、他のすべてのメタコマンドがブロックされている場所を終了します。
3427-
ただし、指定されたキーが指定されたモードと一致する必要があります制限された地域が入力された場合。
3426+
「制限付き」モード(つまり、他のすべてのメタコマンドがブロックされている状態)から出ます。ただし、指定されたキーが制限付きモードに入った時に<code class="command">\restrict</code>に与えられたものと一致した場合です。
34283427
</p><p>
34293428
<span class="original">
34303429
This command is primarily intended for use in plain-text dumps
34313430
generated by &lt;application&gt;pg_dump&lt;/application&gt;,
34323431
&lt;application&gt;pg_dumpall&lt;/application&gt;, and
34333432
&lt;application&gt;pg_restore&lt;/application&gt;, but it may be useful elsewhere.
34343433
</span>
3435-
《機械翻訳》このコマンドは、主に<span class="application">pg_dump</span><span class="application">pg_dumpall</span>、および<span class="application">pg_restore</span>で生成されるプレーンテキストダンプでの使用を目的としていますが、他の場所でも役立つ場合があります
3434+
このコマンドは、主に<span class="application">pg_dump</span><span class="application">pg_dumpall</span>、および<span class="application">pg_restore</span>で生成されるプレーンテキストダンプでの使用を目的としていますが、他の場所でも役に立つかもしれません
34363435
</p></dd><dt id="APP-PSQL-META-COMMAND-UNSET"><span class="term"><code class="literal">\unset <em class="replaceable"><code>name</code></em></code></span> <a href="#APP-PSQL-META-COMMAND-UNSET" class="id_link">#</a></dt><dd><p>
34373436
<span class="original">
34383437
Unsets (deletes) the &lt;application&gt;psql&lt;/application&gt; variable &lt;replaceable

current/html/runtime-config-replication.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,14 +991,14 @@
991991
in-progress transactions with subscription parameter
992992
&lt;literal&gt;streaming = parallel&lt;/literal&gt;.
993993
</span>
994-
サブスクリプションごとの適用並列ワーカーの最大数です
994+
サブスクリプションごとのパラレル適用ワーカーの最大数です
995995
このパラメータは、サブスクリプションパラメータの<code class="literal">streaming = parallel</code>が指定されている進行中のトランザクションのストリーミングに対する並列度の数を制御します。
996996
</p><p>
997997
<span class="original">
998998
The parallel apply workers are taken from the pool defined by
999999
&lt;varname&gt;max_logical_replication_workers&lt;/varname&gt;.
10001000
</span>
1001-
並列同期ワーカーは<code class="varname">max_logical_replication_workers</code>で定義されたプールから取得されます。
1001+
パラレル適用ワーカーは<code class="varname">max_logical_replication_workers</code>で定義されたプールから取得されます。
10021002
</p><p>
10031003
<span class="original">
10041004
The default value is 2. This parameter can only be set in the

current/postgres-A4.pdf

-43 Bytes
Binary file not shown.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: default
77

88
## 最新
99

10-
last-updated: 2025-09-27 04:26:12 JST
10+
last-updated: 2025-09-28 04:22:55 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)