Skip to content

Commit dcef390

Browse files
committed
by GitHub Actions [skip ci]
1 parent eb99bbc commit dcef390

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

current/html/app-reindexdb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<span class="original">
114114
Note that this option is incompatible with the &lt;option&gt;&amp;#45;-system&lt;/option&gt; option.
115115
</span>
116-
《機械翻訳》このオプションは<code class="option">--system</code>オプションと互換性がありません
116+
このオプションは<code class="option">--system</code>オプションと両立しません
117117
</p></dd><dt><span class="term"><code class="option">-q</code><br /></span><span class="term"><code class="option">--quiet</code></span></dt><dd><p>
118118
<span class="original">
119119
Do not display progress messages.

current/html/plpgsql-transactions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</span>
120120
通常、カーソルはトランザクションのコミット時に自動的に閉じられます。
121121
しかしながら、このようにループの一部として作られたカーソルは、最初の<code class="command">COMMIT</code>または<code class="command">ROLLBACK</code>から自動的に保持可能カーソルに変換されます。
122-
このことは、今や、最初の<code class="command">COMMIT</code><code class="command">ROLLBACK</code>の時点でカーソルが行ごとではなく完全に評価されることを意味します
122+
このことは、カーソルが行ごとではなく、最初に<code class="command">COMMIT</code><code class="command">ROLLBACK</code>された時点で全体として評価されることを意味します
123123
従来通りカーソルはループ後に自動で削除されるので、このことはユーザにほとんど認識されません。
124124
しかし、カーソルの問い合わせによって取得されたテーブルまたは行のロックは、最初の<code class="command">COMMIT</code>または<code class="command">ROLLBACK</code>の後にはもはや保持されないことに留意しなければなりません。
125125
</p><p>

current/postgres-A4.pdf

-22 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-04-16 04:29:08 JST
10+
last-updated: 2025-04-19 04:28:33 JST
1111

1212
### 最新 PostgreSQL
1313

@@ -25,7 +25,7 @@ last-updated: 2025-04-16 04:29:08 JST
2525

2626
| HTML (オンライン) | PDF | EPUB | man | 更新日 |
2727
|:---------------------------|:---------------------------------------------:|:--------------------------------------------:|:---:|:----------:|
28-
| [16.4最新](jpug-doc/16.4/html/) | [PDF](jpug-doc/16.4/postgresql-16.4-A4.pdf) | | | <em id="update">2025-04-16</em> |
28+
| [16.4最新](jpug-doc/16.4/html/) | [PDF](jpug-doc/16.4/postgresql-16.4-A4.pdf) | | | <em id="update">2025-04-19</em> |
2929
| [16.4](jpug-doc/16.4old/html/) | [PDF](jpug-doc/16.4old/postgresql-16.4-A4.pdf) | [EPUB](jpug-doc/16.4old/postgresql-16.4.epub) | [man.tar.gz](jpug-doc/16.4old/man.tar.gz) | 2024-09-03 |
3030
| [16.3](jpug-doc/16.3/html/) | [PDF](jpug-doc/16.3/postgresql-16.3-A4.pdf) | [EPUB](jpug-doc/16.3/postgresql-16.3.epub) | [man.tar.gz](jpug-doc/16.3/man.tar.gz) | 2024-08-15 |
3131
| [16.0](jpug-doc/16.0/html/) | [PDF](jpug-doc/16.0/postgresql-16.0-A4.pdf) | [EPUB](jpug-doc/16.0/postgresql-16.0.epub) | [man.tar.gz](jpug-doc/16.0/man.tar.gz) | 2024-05-15 |
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)