File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,12 @@ shared_preload_libraries, restart the server and run
61
61
62
62
create extension pg_shardman cascade;
63
63
64
- Have a look at postgresql.conf.common and postgresql.conf.lord example
65
- configuration files. The former contains all shardman's and important PostgreSQL
66
- GUCs for either shardlord and workers, the latter for shardlord only -- in
67
- particular, shardman.shardlord defines whether the instance is shardlord or not.
64
+ Have a look at postgresql.conf.common, postgresql.conf.lord and
65
+ postgresql.conf.worker example configuration files. The first contains all
66
+ shardman's and important PostgreSQL GUCs for either shardlord and workers. The
67
+ second and the third show GUCs you should care for on shardlord and worker nodes
68
+ accordingly. For instance, shardman.shardlord defines whether the instance is
69
+ shardlord or not.
68
70
69
71
Currently extension scheme is fixed, it is, who would have thought, 'shardman'.
70
72
You can’t perform that action at this time.
0 commit comments