From e84a6f834c6c7745c8de07d05e34eb7c0f82497f Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Fri, 23 Sep 2022 12:24:30 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e77baf..3d7ee4b 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,7 @@ psql -h 127.0.0.1 -p 6432 -c 'SELECT 1' | **`user`** | | | | `name` | The user name. | `sharding_user` | | `password` | The user password in plaintext. | `hunter2` | -| `statement_timeout` | Timeout in milliseconds for how long a query takes to execute | `0 (disabled)` | - +| `statement_timeout` | Timeout in milliseconds for how long a query takes to execute | `0 (disabled)` | | | | | **`shards`** | Shards are numerically numbered starting from 0; the order in the config is preserved by the pooler to route queries accordingly. | `[shards.0]` | | `servers` | List of servers to connect to and their roles. A server is: `[host, port, role]`, where `role` is either `primary` or `replica`. | `["127.0.0.1", 5432, "primary"]` |