Skip to content

Commit

Permalink
respond to Saito-san's name
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumistr committed Apr 5, 2024
1 parent 792418b commit c82101a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/sgml/plpgsql.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -5093,7 +5093,7 @@ CLOSE <replaceable>cursor</replaceable>;
cursor. This can be used to release resources earlier than end of
transaction, or to free up the cursor variable to be opened again.
-->
<command>CLOSE</command>はポータルの背後にあるカーソルを閉じます
<command>CLOSE</command>は、開いているカーソルの背後にあるポータルを閉じます
これを使用してトランザクションの終わりよりも前にリソースを解放することができ、また、カーソル変数を解放し、再度開くことができます。
</para>

Expand Down Expand Up @@ -5162,7 +5162,7 @@ CLOSE curs1;
changed because it created too much risk of conflicts between
similarly-named cursors in different functions.
-->
<productname>PostgreSQL</productname> 16以前は、バウンドカーソル変数は、NULLではなく自身の名前を含むように初期化されていました。そのため、基礎となるポータル名はデフォルトでカーソル変数の名前と同じになっていました
<productname>PostgreSQL</productname> 16以前は、バウンドカーソル変数は、NULLではなく自身の名前を含むように初期化されていました。そのため、背後にあるポータル名はデフォルトでカーソル変数の名前と同じになっていました
これは、異なる関数内の同じような名前のカーソル間で競合するリスクがあまりにも大きくなるため、変更されました。
</para>
</note>
Expand Down

0 comments on commit c82101a

Please sign in to comment.