From abe3291780446301e8eeffaf73bd9e4bcdc11add Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Tue, 8 Feb 2022 17:19:12 -0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f62ad76..f7bd9cc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Meow. PgBouncer rewritten in Rust, with sharding, load balancing and failover su 1. Install Rust (latest stable is fine). 2. `cargo run --release` (to get better benchmarks). 3. Change the config in `pgcat.toml` to fit your setup. -4. Install Postgres and create a user and a DB, e.g. `CREATE ROLE lev ENCRYPTED PASSWORD 'lev' LOGIN;` and `createdb lev`. +4. Install Postgres and run `psql -f tests/sharding/query_routing_setup.sql` ### Tests