mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-22 17:06:29 +00:00
* Refactor query routing into its own module * commments; tests; dead code * error message * safer startup * hm * dont have to be public * wow * fix ci * ok * nl * no more silent errors
12 lines
95 B
SQL
12 lines
95 B
SQL
\c shard0
|
|
|
|
SELECT * FROM data;
|
|
|
|
\c shard1
|
|
|
|
SELECT * FROM data;
|
|
|
|
\c shard2
|
|
|
|
SELECT * FROM data;
|