Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d6b459f

Browse files
committed
Minor documentation fixes
1 parent cb6b1b5 commit d6b459f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2><a name="config">Postgres configuration</a></h2>
9090
<li><a name="cluster_config">Cluster configuration</a></li>
9191

9292
<p>
93-
Shardman consists of several working nodes managed by "shardlord" - special instance of postgres,
93+
Shardman cluster consists of several working nodes managed by <i>shardlord</i> - special instance of postgres,
9494
which maintains cluster metadata. There is no data stored at shardlord, bit all tables, indexes,... should be created
9595
at shardlord and then will be broadcasted to working nodes by shardman.
9696
</p>
@@ -299,13 +299,13 @@ <h2><a name="config">Postgres configuration</a></h2>
299299
</p>
300300

301301
<p>
302-
It is possible to remove table together with all its partitions and replicas using <code>sshardman.rm_table(rel regclass)</code>s function.
302+
It is possible to remove table together with all its partitions and replicas using <code>shardman.rm_table(rel regclass)</code>s function.
303303
Please be careful: it doesn't require any confirmation and data will be lost after successful completion of this command.
304304
</p>
305305

306306
<p>
307307
If execution of shardlord command was interrupted or abnormally terminated, then cluster may leave in inconsistent state.
308-
Consistency can be restored using <code>sshardman.recovery()</code> command. It tries to reestablish FDW and logical replication channels according to metadata.
308+
Consistency can be restored using <code>shardman.recovery()</code> command. It tries to reestablish FDW and logical replication channels according to metadata.
309309
This command reports all performed recovery actions, so it can be used to check consistency of the cluster.
310310
If it reports nothing then no inconsistency is found in the cluster.
311311
</p>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ shardman.sync_replication Use synchronous replication: commit will wait
5151

5252
2. Cluster configuration
5353

54-
Shardman consists of several working nodes managed by "shardlord" - special instance of postgres,
54+
Shardman cluster consists of several working nodes managed by "shardlord" - special instance of postgres,
5555
which maintains cluster metadata. There is no data stored at shardlord, bit all tables, indexes,... should be created
5656
at shardlord and then will be broadcasted to working nodes by shardman.
5757

0 commit comments

Comments
 (0)