Skip to content

Commit 0af5047

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 parent c6dc6a0 commit 0af5047

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy