Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0af5047

Browse files
committed
Remove excess semicolon in MERGE docs
Author: Euler Taveira <euler@eulerto.com>Discussion:https://postgr.es/m/01dea9ef-85ad-4e09-a783-a1eadeae7bbe@www.fastmail.com
1 parentc6dc6a0 commit0af5047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/merge.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ ON s.winename = w.winename
596596
WHEN NOT MATCHED AND s.stock_delta > 0 THEN
597597
INSERT VALUES(s.winename, s.stock_delta)
598598
WHEN MATCHED AND w.stock + s.stock_delta > 0 THEN
599-
UPDATE SET stock = w.stock + s.stock_delta;
599+
UPDATE SET stock = w.stock + s.stock_delta
600600
WHEN MATCHED THEN
601601
DELETE;
602602
</programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp