Skip to content

Commit

Permalink
more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumistr committed Jun 22, 2024
1 parent f289ff3 commit c5bdba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/sgml/protocol.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ SELECT 1/0;
executed by itself (when not in a transaction block).
-->
この振る舞いは、<firstterm>暗黙トランザクションブロック</firstterm>で複文Queryメッセージ内の文を実行することで、その中に明示的なトランザクションブロックがある場合を除き、発現します。
暗黙トランザクションブロックと通常のトラザクションブロックとの主な違いは、暗黙ブロックは自動的にQueryメッセージの最後にて、エラーが無いなら暗黙のコミット、エラーがあるなら暗黙のロールバックで、自動的に閉じられることです。
暗黙トランザクションブロックと通常のトランザクションブロックとの主な違いは、暗黙ブロックは自動的にQueryメッセージの最後にて、エラーが無いなら暗黙のコミット、エラーがあるなら暗黙のロールバックで、自動的に閉じられることです。
これは(トランザクションブロック内に無いときの)文の単体実行に対して生じる暗黙のコミットあるいはロールバックに似ています。
</para>

Expand Down

0 comments on commit c5bdba4

Please sign in to comment.