Skip to content

Commit cf83fc7

Browse files
committed
by GitHub Actions [skip ci]
1 parent 577fd4d commit cf83fc7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

current/html/glossary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,8 +1817,8 @@
18171817
approximately the time prevailing at the zero meridian of longitude.
18181818
Often but inaccurately referred to as GMT (Greenwich Mean Time).
18191819
</span>
1820-
《機械翻訳》世界標準時、プライマリグローバル時間リファレンス、ゼロの経線でのおおよその時刻
1821-
多くの場合、不正確ですがGMT(グリニッジ標準時)と呼ばれます
1820+
協定世界時。主なグローバルな時間基準で、経度0度の子午線でおおよそ標準とされる時刻です
1821+
しばしば、GMT(グリニッジ標準時)と呼ばれますが正確ではありません
18221822
</p></dd><dt id="GLOSSARY-VACUUM"><span class="glossterm">Vacuum【バキューム】</span></dt><dd class="glossdef"><p>
18231823
<span class="original">
18241824
The process of removing outdated

current/html/pgbench.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@
938938
The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B,
939939
hence the name.
940940
</span>
941-
デフォルトの組み込みトランザクションスクリプト(<code class="option">-b tpcb-like</code>とすることでも実行されます)は、<code class="literal">aid</code><code class="literal">tid</code><code class="literal">bid</code><code class="literal">delta</code>からランダムに選択され、トランザクション毎に7つのコマンドを発行します。
941+
デフォルトの組み込みトランザクションスクリプト(<code class="option">-b tpcb-like</code>とすることでも実行されます)は、ランダムに選択された<code class="literal">aid</code><code class="literal">tid</code><code class="literal">bid</code><code class="literal">delta</code>に基づいて、トランザクション毎に7つのコマンドを発行します。
942942
このシナリオはTPC-Bベンチマークに示唆を受けたものですが、実際にはTPC-Bではないので、この名前になっています。
943943
</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p><code class="literal">BEGIN;</code></p></li><li class="listitem"><p><code class="literal">UPDATE pgbench_accounts SET abalance = abalance + :delta WHERE aid = :aid;</code></p></li><li class="listitem"><p><code class="literal">SELECT abalance FROM pgbench_accounts WHERE aid = :aid;</code></p></li><li class="listitem"><p><code class="literal">UPDATE pgbench_tellers SET tbalance = tbalance + :delta WHERE tid = :tid;</code></p></li><li class="listitem"><p><code class="literal">UPDATE pgbench_branches SET bbalance = bbalance + :delta WHERE bid = :bid;</code></p></li><li class="listitem"><p><code class="literal">INSERT INTO pgbench_history (tid, bid, aid, delta, mtime) VALUES (:tid, :bid, :aid, :delta, CURRENT_TIMESTAMP);</code></p></li><li class="listitem"><p><code class="literal">END;</code></p></li></ol></div><p>
944944
<span class="original">

current/postgres-A4.pdf

-79 Bytes
Binary file not shown.

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: default
77

88
## 最新
99

10-
last-updated: 2025-05-23 12:27:50 JST
10+
last-updated: 2025-05-29 12:39:14 JST
1111

1212
### 最新 PostgreSQL
1313

@@ -19,7 +19,7 @@ last-updated: 2025-05-23 12:27:50 JST
1919

2020
| HTML (オンライン) | PDF | EPUB | man | 更新日 |
2121
|:---------------------------|:---------------------------------------------:|:--------------------------------------------:|:---:|:----------:|
22-
| [17.5](current/html) | [PDF](current/postgres-A4.pdf) | | | <em id="update">2025-05-22</em> |
22+
| [17.5](current/html) | [PDF](current/postgres-A4.pdf) | | | <em id="update">2025-05-29</em> |
2323
| [17.0](jpug-doc/17.0/html/) | [PDF](jpug-doc/17.0/postgresql-17.0-A4.pdf) | [EPUB](jpug-doc/17.0/postgresql-17.0.epub) | [man.tar.gz](jpug-doc/17.0/man.tar.gz) | 2025-05-21 |
2424

2525
### PostgreSQL 16

0 commit comments

Comments
 (0)