From 2282d8c04451857b393d482433cbbefcf72c16bb Mon Sep 17 00:00:00 2001 From: Eoin Kelly Date: Tue, 3 Jan 2023 05:13:59 +1300 Subject: [PATCH] Fix typo in README (#272) Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a214377..2ba7ba8 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ We use the `PARTITION BY HASH` hashing function, the same as used by Postgres fo To route queries to a particular shard, we use this custom SQL syntax: ```sql --- To talk to a shard explicitely +-- To talk to a shard explicitly SET SHARD TO '1'; -- To let the pooler choose based on a value