We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a88fe9 commit dc2d4ecCopy full SHA for dc2d4ec
tests/appender.pgb
@@ -0,0 +1,4 @@
1
+\set key :appender_id * :clients + :client_id
2
+begin;
3
+update t set v = v + 1 where k = :key;
4
+commit;
0 commit comments