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 eb91588 commit acd446bCopy full SHA for acd446b
1 file changed
docs/features/sharding/cross-shard-queries/insert.md
@@ -36,7 +36,7 @@ Unless [two-phase commit](../2pc.md) is enabled, inserts into omnisharded tables
36
```postgresql
37
BEGIN;
38
INSERT INTO cities (id, city_name, country_code, created_at)
39
-VALUES ($1, $2, $3, now())
+VALUES ($1, $2, $3, now());
40
-- You will receive an ack or an error from all shards here.
41
COMMIT;
42
```
0 commit comments