Skip to content

Commit

Permalink
Merge pull request #3169 from koizumistr/delete_17.0
Browse files Browse the repository at this point in the history
update delete for 17.0
  • Loading branch information
KenichiroTanaka authored Dec 5, 2024
2 parents c7ce1d8 + 3895c47 commit 0ab4da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/delete.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ DELETE FROM tasks WHERE CURRENT OF c_tasks;
using the same method described in <link linkend="update-limit">the
documentation of <command>UPDATE</command></link>:
-->
《機械翻訳》<command>DELETE</command>には<literal>LIMIT</literal>句はありませんが、<link linkend="update-limit"><command>UPDATE</command>のドキュメント</link>で説明したのと同じ方法で同様の効果を得ることができます。
<command>DELETE</command>には<literal>LIMIT</literal>句はありませんが、<link linkend="update-limit"><command>UPDATE</command>の文書</link>で説明したのと同じ方法で同様の効果を得ることができます。
<programlisting>
WITH delete_batch AS (
SELECT l.ctid FROM user_logs AS l
Expand Down

0 comments on commit 0ab4da2

Please sign in to comment.