Skip to content

Commit 5c4c57e

Browse files
committed
by GitHub Actions [skip ci]
1 parent cf2d9cd commit 5c4c57e

7 files changed

Lines changed: 76 additions & 100 deletions

File tree

current/html/app-pgdump.html

Lines changed: 28 additions & 42 deletions
Large diffs are not rendered by default.

current/html/collation.html

Lines changed: 17 additions & 23 deletions
Large diffs are not rendered by default.

current/html/locale.html

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,9 @@
280280
<productname>PostgreSQL</productname> will also behave according
281281
to that locale.
282282
</span>
283-
《マッチ度[84.179104]》上で説明したように、オペレーティングシステムの環境は、新しく初期化されたデータベースクラスタのロケールのデフォルトを提供します
283+
上で説明したように、オペレーティングシステムの環境は、新しく初期化されたデータベースクラスタのデフォルトのロケールを提供します
284284
多くの場合、これで十分です。
285285
オペレーティングシステムが目的の言語/地域に設定されている場合、<span class="productname">PostgreSQL</span>もデフォルトでそのロケールに従って動作します。
286-
《機械翻訳》上で説明したように、オペレーティングシステムの環境は、新しく初期化されたデータベースクラスタのロケールのデフォルトを提供します。
287-
多くの場合、これで十分です。
288-
オペレーティングシステムが目的の言語/地域に設定されている場合、デフォルトによって<span class="productname">PostgreSQL</span>もそのロケールに従って動作します。
289286
</p></li><li class="listitem"><p>
290287
<span class="original">
291288
As shown above, command-line options for &lt;command&gt;initdb&lt;/command&gt;
@@ -333,14 +330,14 @@
333330
A locale provider specifies which library defines the locale behavior for
334331
collations and character classifications.
335332
</span>
336-
《機械翻訳》ロケールプロバイダは、照合と文字分類のライブラリ動作を定義するロケールを指定します
333+
ロケールプロバイダは、照合と文字分類のロケール動作を定義するライブラリを指定します
337334
</p><p>
338335
<span class="original">
339336
The commands and tools that select the locale settings, as described
340337
above, each have an option to select the locale provider. Here is an
341338
example to initialize a database cluster using the ICU provider:
342339
</span>
343-
《機械翻訳》前述のように、ロケール設定をセレクトするコマンドとツールには、それぞれロケールプロバイダをセレクトするオプションがあります
340+
前述のように、ロケール設定を選択するコマンドとツールには、それぞれロケールプロバイダを選択するオプションがあります
344341
次に、ICUプロバイダを使用してデータベースクラスタを初期化する例を示します。
345342
</p><pre class="programlisting">
346343
initdb --locale-provider=icu --icu-locale=en
@@ -362,27 +359,27 @@
362359
provide some locale-aware behavior, such as messages (see &lt;xref
363360
linkend="guc-lc-messages"/&gt;).
364361
</span>
365-
《機械翻訳》ロケールプロバイダに関係なく、オペレーティングシステムは、メッセージなどのロケール認識動作を提供するために使用されます(<a class="xref" href="runtime-config-client.html#GUC-LC-MESSAGES">lc_messages</a>を参照)。
362+
ロケールプロバイダに関係なく、オペレーティングシステムは、メッセージなどのロケール認識動作を提供するために使用されます(<a class="xref" href="runtime-config-client.html#GUC-LC-MESSAGES">lc_messages</a>を参照)。
366363
</p><p>
367364
<span class="original">
368365
The available locale providers are listed below:
369366
</span>
370-
《機械翻訳》利用可能なロケールプロバイダは次のとおりです。
367+
利用可能なロケールプロバイダは次のとおりです。
371368
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">builtin</code></span></dt><dd><p>
372369
<span class="original">
373370
The &lt;literal&gt;builtin&lt;/literal&gt; provider uses built-in operations. Only
374371
the &lt;literal&gt;C&lt;/literal&gt; and &lt;literal&gt;C.UTF-8&lt;/literal&gt; locales are
375372
supported for this provider.
376373
</span>
377-
《機械翻訳》<code class="literal">組み込み</code>プロバイダは組み込みの操作を使用します。
374+
<code class="literal">builtin</code>プロバイダは組み込みの操作を使用します。
378375
このプロバイダでは、<code class="literal">C</code>および<code class="literal">C.UTF-8</code>ロケールのみがサポートされています。
379376
</p><p>
380377
<span class="original">
381378
The &lt;literal&gt;C&lt;/literal&gt; locale behavior is identical to the
382379
&lt;literal&gt;C&lt;/literal&gt; locale in the libc provider. When using this
383380
locale, the behavior may depend on the database encoding.
384381
</span>
385-
《機械翻訳》<code class="literal">C</code>ロケールの動作は、libcプロバイダの<code class="literal">C</code>ロケールと同じです。
382+
<code class="literal">C</code>ロケールプロバイダの動作は、libcプロバイダの<code class="literal">C</code>ロケールと同じです。
386383
このロケールを使用する場合、動作はデータベースエンコーディングによって異なる場合があります。
387384
</p><p>
388385
<span class="original">
@@ -392,18 +389,18 @@
392389
regular expression character classes are based on the "POSIX
393390
Compatible" semantics, and the case mapping is the "simple" variant.
394391
</span>
395-
《機械翻訳》<code class="literal">C.UTF-8</code>ロケールは、データベースエンコーディングが<code class="literal">UTF-8</code>であり、動作がUnicodeに基づいている場合にのみ使用できます。
392+
<code class="literal">C.UTF-8</code>ロケールは、データベースエンコーディングが<code class="literal">UTF-8</code>であり、動作がUnicodeに基づいている場合にのみ使用できます。
396393
照合順序はコードポイント値のみを使用します。
397-
正規表現文字クラスは"POSIX Compatible"セマンティクスに基づいており、ケースマッピングは"シンプル"バリアントです
394+
正規表現文字クラスは"POSIX Compatible"セマンティクスに基づいており、ケースマッピングは"シンプル"亜種です
398395
</p></dd><dt><span class="term"><code class="literal">icu</code></span></dt><dd><p>
399396
<span class="original">
400397
The &lt;literal&gt;icu&lt;/literal&gt; provider uses the external
401398
ICU&lt;indexterm&gt;&lt;primary&gt;ICU&lt;/primary&gt;&lt;/indexterm&gt;
402399
library. &lt;productname&gt;PostgreSQL&lt;/productname&gt; must have been
403400
configured with support.
404401
</span>
405-
《機械翻訳》<code class="literal">icu</code>プロバイダーは、外部ICU<a id="id-1.6.10.3.8.6.2.2.1.2" class="indexterm"></a>ライブラリを使用します。
406-
<span class="productname">PostgreSQL</span>サポートが設定されている必要があります
402+
<code class="literal">icu</code>プロバイダは、外部ICU<a id="id-1.6.10.3.8.6.2.2.1.2" class="indexterm"></a>ライブラリを使用します。
403+
<span class="productname">PostgreSQL</span>がICUサポート付きで設定されている必要があります
407404
</p><p>
408405
<span class="original">
409406
ICU provides collation and character classification behavior that is
@@ -413,31 +410,30 @@
413410
&lt;literal&gt;LC_CTYPE&lt;/literal&gt; can be set independently of the ICU
414411
locale.
415412
</span>
416-
《機械翻訳》ICUでは、照合順序およびデータベースエンコーディングから独立したオペレーティングシステムおよび文字の分類動作が提供されます。
417-
これは、結果を変更せずに他のプラットフォームに移行する場合に適しています。
413+
ICUでは、照合順序およびデータベースエンコーディングから独立したオペレーティングシステムおよび文字の分類動作が提供されます。これは、結果を変更せずに他のプラットフォームに移行する場合に適しています。
418414
<code class="literal">LC_COLLATE</code>および<code class="literal">LC_CTYPE</code>は、ICUロケールから独立して設定できます。
419415
</p><div class="note"><h3 class="title">注記</h3><p>
420416
<span class="original">
421417
For the ICU provider, results may depend on the version of the ICU
422418
library used, as it is updated to reflect changes in natural language
423419
over time.
424420
</span>
425-
《機械翻訳》ICU提供者にとって、結果は、時間の経過に伴う自然言語の変化を反映するように更新されるため、使用されるICUライブラリのバージョンに依存する可能性がある
421+
ICUプロバイダは時間の経過に伴う自然言語の変化を反映して更新されるため、結果は、使用されるICUライブラリのバージョンに依存する可能性があります
426422
</p></div></dd><dt><span class="term"><code class="literal">libc</code></span></dt><dd><p>
427423
<span class="original">
428424
The &lt;literal&gt;libc&lt;/literal&gt; provider uses the operating system's C
429425
library. The collation and character classification behavior is
430426
controlled by the settings &lt;literal&gt;LC_COLLATE&lt;/literal&gt; and
431427
&lt;literal&gt;LC_CTYPE&lt;/literal&gt;, so they cannot be set independently.
432428
</span>
433-
《機械翻訳》<code class="literal">libc</code>プロバイダは、オペレーティングシステムのCライブラリを使用します。
429+
<code class="literal">libc</code>プロバイダは、オペレーティングシステムのCライブラリを使用します。
434430
照合順序と文字の分類の動作は、<code class="literal">LC_COLLATE</code><code class="literal">LC_CTYPE</code>の設定によって制御されるため、個別に設定することはできません。
435431
</p><div class="note"><h3 class="title">注記</h3><p>
436432
<span class="original">
437433
The same locale name may have different behavior on different
438434
platforms when using the libc provider.
439435
</span>
440-
《機械翻訳》同じロケール名前でも、libcプロバイダを使用する場合、プラットフォームによって動作が異なる場合があります。
436+
同じロケール名でも、libcプロバイダを使用する場合、プラットフォームによって動作が異なる場合があります。
441437
</p></div></dd></dl></div></div><div class="sect2" id="ICU-LOCALES"><div class="titlepage"><div><div><h3 class="title">23.1.5. ICUロケール <a href="#ICU-LOCALES" class="id_link">#</a></h3></div></div></div><span class="original">
442438
&lt;title&gt;ICU Locales&lt;/title&gt;
443439
</span><div class="sect3" id="ICU-LOCALE-NAMES"><div class="titlepage"><div><div><h4 class="title">23.1.5.1. ICUロケール名 <a href="#ICU-LOCALE-NAMES" class="id_link">#</a></h4></div></div></div><span class="original">

current/html/monitoring-stats.html

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

current/html/view-pg-locks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<code class="literal">userlock</code>
8686
<code class="literal">advisory</code>
8787
<code class="literal">applytransaction</code>のどれかです。
88-
<a class="xref" href="monitoring-stats.html#WAIT-EVENT-LOCK-TABLE" title="表27.11 Wait Events of Type Lock">表 27.11</a>も参照してください。)
88+
<a class="xref" href="monitoring-stats.html#WAIT-EVENT-LOCK-TABLE" title="表27.11 Lock型の待機イベント">表 27.11</a>も参照してください。)
8989
</p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition">
9090
<code class="structfield">database</code> <code class="type">oid</code>
9191
<span class="original">

current/postgres-A4.pdf

-4.05 KB
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: 2024-12-29 04:23:03 JST
10+
last-updated: 2025-01-07 04:23:29 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)