Skip to content

Commit 261530d

Browse files
committed
by GitHub Actions [skip ci]
1 parent 91482e7 commit 261530d

File tree

8 files changed

+51
-63
lines changed

8 files changed

+51
-63
lines changed

current/html/protocol-replication.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
If true, the slot is enabled to be synced to the standbys
292292
so that logical replication can be resumed after failover.
293293
</span>
294-
《機械翻訳》true の場合、スロットはスタンバイに同期化できるようになり、フェイルオーバー後に論理レプリケーションを再開できます。
294+
trueの場合、スロットはスタンバイに同期化できるようになり、フェイルオーバー後に論理レプリケーションを再開できます。
295295
</p></dd></dl></div></dd><dt id="PROTOCOL-REPLICATION-READ-REPLICATION-SLOT"><span class="term"><code class="literal">READ_REPLICATION_SLOT</code> <em class="replaceable"><code>slot_name</code></em>
296296
<a id="id-1.10.6.10.7.1.7.1.3" class="indexterm"></a>
297297
</span> <a href="#PROTOCOL-REPLICATION-READ-REPLICATION-SLOT" class="id_link">#</a></dt><dd><p>
@@ -536,8 +536,7 @@
536536
<span class="original">
537537
The epoch of the global &lt;literal&gt;xmin&lt;/literal&gt; xid on the standby.
538538
</span>
539-
《マッチ度[52.238806]》スタンバイのグローバルのxmin xidのエポックです。
540-
《機械翻訳》スタンバイ上のグローバル<code class="literal">xmin</code> xidのエポック。
539+
スタンバイのグローバルの<code class="literal">xmin</code> xidのエポックです。
541540
</p></dd><dt><span class="term">Int32</span></dt><dd><p>
542541
<span class="original">
543542
The lowest &lt;literal&gt;catalog_xmin&lt;/literal&gt; of any replication

current/html/sql-alteroperator.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,37 +85,37 @@
8585
The commutator of this operator. Can only be changed if the operator
8686
does not have an existing commutator.
8787
</span>
88-
《機械翻訳》この演算子の交換子。
88+
この演算子の交換子。
8989
演算子に既存の交換子がない場合にのみ変更できます。
9090
</p></dd><dt><span class="term"><em class="replaceable"><code>neg_op</code></em></span></dt><dd><p>
9191
<span class="original">
9292
The negator of this operator. Can only be changed if the operator does
9393
not have an existing negator.
9494
</span>
95-
《機械翻訳》この演算子の否定子。
95+
この演算子の否定子。
9696
演算子に既存の否定子がない場合にのみ変更できます。
9797
</p></dd><dt><span class="term"><code class="literal">HASHES</code></span></dt><dd><p>
9898
<span class="original">
9999
Indicates this operator can support a hash join. Can only be enabled and
100100
not disabled.
101101
</span>
102-
《機械翻訳》この演算子がハッシュ結合をサポートできることを示します。
102+
この演算子がハッシュ結合をサポートできることを示します。
103103
有効にできるだけで、無効にはできません。
104104
</p></dd><dt><span class="term"><code class="literal">MERGES</code></span></dt><dd><p>
105105
<span class="original">
106106
Indicates this operator can support a merge join. Can only be enabled
107107
and not disabled.
108108
</span>
109-
《機械翻訳》この演算子がマージ結合をサポートできることを示します。
110-
使用可能にするだけで、無効にはできません。
109+
この演算子がマージ結合をサポートできることを示します。
110+
有効にできるだけで、無効にはできません。
111111
</p></dd></dl></div></div><div class="refsect1" id="id-1.9.3.20.7"><h2>注釈</h2><span class="original">
112112
&lt;title&gt;Notes&lt;/title&gt;
113113
</span><p>
114114
<span class="original">
115115
Refer to &lt;xref linkend="xoper"/&gt; and
116116
&lt;xref linkend="xoper-optimization"/&gt; for further information.
117117
</span>
118-
《機械翻訳》詳細は<a class="xref" href="xoper.html" title="36.14. ユーザ定義の演算子">36.14</a><a class="xref" href="xoper-optimization.html" title="36.15. 演算子最適化に関する情報">36.15</a>を参照してください。
118+
詳細は<a class="xref" href="xoper.html" title="36.14. ユーザ定義の演算子">36.14</a><a class="xref" href="xoper-optimization.html" title="36.15. 演算子最適化に関する情報">36.15</a>を参照してください。
119119
</p><p>
120120
<span class="original">
121121
Since commutators come in pairs that are commutators of each other,
@@ -127,8 +127,8 @@
127127
target operator. Therefore, you must own the commutator or negator
128128
operator as well as the target operator.
129129
</span>
130-
《機械翻訳》交換子は互いに交換子であるペアで<code class="literal">ALTER OPERATOR SET COMMUTATOR</code><em class="replaceable"><code>com_op</code></em>の交換子を対象演算子に設定します
131-
同様に、<code class="literal">ALTER OPERATOR SET NEGATOR</code><em class="replaceable"><code>neg_op</code></em>の交換子を対象演算子に設定します
130+
交換子は互いに交換子である対になっているので<code class="literal">ALTER OPERATOR SET COMMUTATOR</code><em class="replaceable"><code>com_op</code></em>の交換子も対象演算子に設定します
131+
同様に、<code class="literal">ALTER OPERATOR SET NEGATOR</code><em class="replaceable"><code>neg_op</code></em>の否定子も対象演算子に設定します
132132
したがって、対象演算子と同様に交換子または否定子演算子を所有する必要があります。
133133
</p></div><div class="refsect1" id="id-1.9.3.20.8"><h2></h2><span class="original">
134134
&lt;title&gt;Examples&lt;/title&gt;
@@ -146,7 +146,7 @@
146146
custom operator &lt;literal&gt;a &amp;amp;&amp;amp; b&lt;/literal&gt; for
147147
type &lt;type&gt;int[]&lt;/type&gt;:
148148
</span>
149-
《マッチ度[97.278912]》<code class="type">int[]</code>型用の独自の演算子<code class="literal">a &amp;&amp; b</code>の制約および結合選択評価関数を変更します。
149+
<code class="type">int[]</code>型用の独自の演算子<code class="literal">a &amp;&amp; b</code>の制約および結合選択評価関数を変更します。
150150
</p><pre class="programlisting">
151151
ALTER OPERATOR &amp;&amp; (int[], int[]) SET (RESTRICT = _int_contsel, JOIN = _int_contjoinsel);
152152
</pre><p>
@@ -155,7 +155,7 @@
155155
Mark the &lt;literal&gt;&amp;amp;&amp;amp;&lt;/literal&gt; operator as being its own
156156
commutator:
157157
</span>
158-
《機械翻訳》<code class="literal">&amp;&amp;</code>演算子をそれ自身の交換子としてマークする
158+
<code class="literal">&amp;&amp;</code>演算子をそれ自身の交換子として印を付けます
159159
</p><pre class="programlisting">
160160
ALTER OPERATOR &amp;&amp; (int[], int[]) SET (COMMUTATOR = &amp;&amp;);
161161
</pre><p>

current/html/sql-createoperator.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
The other clauses specify optional operator optimization attributes.
110110
Their meaning is detailed in &lt;xref linkend="xoper-optimization"/&gt;.
111111
</span>
112-
《マッチ度[90.370370]》他の句は演算子最適化用の句(省略可能)です。
112+
他の句は演算子最適化用の属性(省略可能です。
113113
これらの意味は<a class="xref" href="xoper-optimization.html" title="36.15. 演算子最適化に関する情報">36.15</a>で説明されています。
114114
</p><p>
115115
<span class="original">
@@ -118,9 +118,8 @@
118118
as &lt;literal&gt;EXECUTE&lt;/literal&gt; privilege on the underlying function. If a
119119
commutator or negator operator is specified, you must own those operators.
120120
</span>
121-
《マッチ度[95.017794]》演算子を作成するためには、
122-
引数の型と戻り値の型に対する<code class="literal">USAGE</code>権限と背後にある関数に対する<code class="literal">EXECUTE</code>権限を持たなければなりません。
123-
交代演算子または否定子演算子を指定する場合は、これらの演算子を所有していなければなりません。
121+
演算子を作成するためには、引数の型と戻り値の型に対する<code class="literal">USAGE</code>権限と背後にある関数に対する<code class="literal">EXECUTE</code>権限を持たなければなりません。
122+
交換子または否定子演算子を指定する場合は、それらの演算子を所有していなければなりません。
124123
</p></div><div class="refsect1" id="id-1.9.3.72.6"><h2>パラメータ</h2><span class="original">
125124
&lt;title&gt;Parameters&lt;/title&gt;
126125
</span><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="replaceable"><code>name</code></em></span></dt><dd><p>
@@ -160,7 +159,7 @@
160159
<span class="original">
161160
The commutator of this operator.
162161
</span>
163-
この演算子の交代演算子です
162+
この演算子の交換子です
164163
</p></dd><dt><span class="term"><em class="replaceable"><code>neg_op</code></em></span></dt><dd><p>
165164
<span class="original">
166165
The negator of this operator.
@@ -202,7 +201,7 @@
202201
Refer to &lt;xref linkend="xoper"/&gt; and &lt;xref linkend="xoper-optimization"/&gt;
203202
for further information.
204203
</span>
205-
《機械翻訳》詳細については<a class="xref" href="xoper.html" title="36.14. ユーザ定義の演算子">36.14</a><a class="xref" href="xoper-optimization.html" title="36.15. 演算子最適化に関する情報">36.15</a>を参照してください。
204+
詳細については<a class="xref" href="xoper.html" title="36.14. ユーザ定義の演算子">36.14</a><a class="xref" href="xoper-optimization.html" title="36.15. 演算子最適化に関する情報">36.15</a>を参照してください。
206205
</p><p>
207206
<span class="original">
208207
When you are defining a self-commutative operator, you just do it.
@@ -211,9 +210,10 @@
211210
other one, which you haven't defined yet? There are three solutions
212211
to this problem:
213212
</span>
214-
《機械翻訳》自己可換演算子を定義するときは、単にそれを行います。
215-
可換演算子のペアを定義するときは、少し厄介です。
216-
最初に定義されたものが、まだ定義されていないもう一方を参照できるようにするには、どうすればよいのでしょうか?この問題には3つの解決策があります。
213+
自己交換演算子を定義するときは、単にそれを行います。
214+
交換演算子の対を定義するときは、少し厄介です。
215+
最初に定義されたものが、まだ定義されていないもう一方を参照できるようにするには、どうすればよいのでしょうか?
216+
この問題には3つの解決策があります。
217217

218218
</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
219219
<span class="original">
@@ -225,8 +225,8 @@
225225
missing &lt;literal&gt;COMMUTATOR&lt;/literal&gt; clause in the first
226226
definition.
227227
</span>
228-
《機械翻訳》1つ目の方法は、最初の演算子を定義する際に<code class="literal">COMMUTATOR</code>句を省略し、2番目の演算子の定義では<code class="literal">COMMUTATOR</code>句に最初の演算子を与えるという方法です。
229-
<span class="productname">PostgreSQL</span>は交代演算子が対になっていることがわかっていますので、2番目の定義を見た時に、自動的に最初の定義に戻ってその未定義になっている<code class="literal">COMMUTATOR</code>句を設定します。
228+
1つ目の方法は、最初の演算子を定義する際に<code class="literal">COMMUTATOR</code>句を省略し、2番目の演算子の定義で<code class="literal">COMMUTATOR</code>句に最初の演算子を与えるという方法です。
229+
<span class="productname">PostgreSQL</span>は交換演算子が対になっていることが分かっているので、2番目の定義を見た時に、自動的に最初の定義に戻ってその未定義になっている<code class="literal">COMMUTATOR</code>句を設定します。
230230
</p></li><li class="listitem"><p>
231231
<span class="original">
232232
Another, more straightforward way is just to
@@ -244,13 +244,13 @@
244244
operator before it's been filled in, you'll just get an error
245245
message.
246246
</span>
247-
《機械翻訳》もう 1 つの、より単純な方法は、両方の定義に<code class="literal">COMMUTATOR</code>句を含めることです。
247+
もう一つ、より単純な方法は、両方の定義に<code class="literal">COMMUTATOR</code>句を含めることです。
248248
<span class="productname">PostgreSQL</span>が最初の定義を処理し、<code class="literal">COMMUTATOR</code>が存在しない演算子を参照していることに気付いた場合、システムカタログ内にその演算子のダミーエントリを作成します。
249249
このダミーエントリは、演算子名、左右のオペランド型、および所有者に対してのみ有効なデータを持ちます。
250250
<span class="productname">PostgreSQL</span>が現時点で推論できるのはこれだけです。
251251
最初のオペレータのカタログエントリは、このダミーエントリにリンクします。
252-
後で2番目の演算子を定義すると、システムは2番目の定義からの追加情報でダミー・エントリを更新します
253-
ダミーオペレータを使用する前に入力しようとすると、エラーメッセージが表示されます。
252+
後で2番目の演算子を定義すると、システムは2番目の定義からの追加情報でダミーエントリを更新します
253+
追加情報が入力される前にダミー演算子を使用しようとすると、エラーメッセージが表示されます。
254254
</p></li><li class="listitem"><p>
255255
<span class="original">
256256
Alternatively, both operators can be defined
@@ -259,21 +259,21 @@
259259
commutator links. It's sufficient to &lt;command&gt;ALTER&lt;/command&gt;
260260
either one of the pair.
261261
</span>
262-
《機械翻訳》あるいは、両方の演算子を<code class="literal">COMMUTATOR</code>句なしで定義し、その後で<code class="command">ALTER OPERATOR</code>を使用してそれらの交換子リンクを設定することができます
263-
どちらか一方のペアを<code class="command">ALTER</code>することで十分です。
262+
あるいは、両方の演算子を<code class="literal">COMMUTATOR</code>句なしで定義し、その後で<code class="command">ALTER OPERATOR</code>を使用して、それらの交換子リンクを設定できます
263+
対のどちらか一方を<code class="command">ALTER</code>することで十分です。
264264
</p></li></ul></div><p>
265265

266266
<span class="original">
267267
In all three cases, you must own both operators in order to mark
268268
them as commutators.
269269
</span>
270-
《機械翻訳》3つの場合すべてにおいて、オーダーで両方の演算子を所有して、それらを交換子としてマークする必要があります
270+
3つの場合すべてにおいて、それらを交換子として印付けするために両方の演算子を所有していることが必要です
271271
</p><p>
272272
<span class="original">
273273
Pairs of negator operators can be defined using the same methods
274274
as for commutator pairs.
275275
</span>
276-
《機械翻訳》否定演算子のペアは、交換演算子のペアと同じ方法で定義できます
276+
否定子演算子の対は、交換子の対と同じ方法で定義できます
277277
</p><p>
278278
<span class="original">
279279
It is not possible to specify an operator's lexical precedence in

0 commit comments

Comments
 (0)