Skip to content

Commit e84a6f8

Browse files
authored
Update README.md
1 parent 19fd677 commit e84a6f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ psql -h 127.0.0.1 -p 6432 -c 'SELECT 1'
6060
| **`user`** | | |
6161
| `name` | The user name. | `sharding_user` |
6262
| `password` | The user password in plaintext. | `hunter2` |
63-
| `statement_timeout` | Timeout in milliseconds for how long a query takes to execute | `0 (disabled)` |
64-
63+
| `statement_timeout` | Timeout in milliseconds for how long a query takes to execute | `0 (disabled)`
6564
| | | |
6665
| **`shards`** | Shards are numerically numbered starting from 0; the order in the config is preserved by the pooler to route queries accordingly. | `[shards.0]` |
6766
| `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"]` |

0 commit comments

Comments
 (0)