Skip to content

Commit acd446b

Browse files
committed
tres commas
1 parent eb91588 commit acd446b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/features/sharding/cross-shard-queries

docs/features/sharding/cross-shard-queries/insert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Unless [two-phase commit](../2pc.md) is enabled, inserts into omnisharded tables
3636
```postgresql
3737
BEGIN;
3838
INSERT INTO cities (id, city_name, country_code, created_at)
39-
VALUES ($1, $2, $3, now())
39+
VALUES ($1, $2, $3, now());
4040
-- You will receive an ack or an error from all shards here.
4141
COMMIT;
4242
```

0 commit comments

Comments
 (0)