|
1 | | -.TH "OSM2PGSQL-REPLICATION" "1" "1.7.1" "" "" |
| 1 | +.TH "OSM2PGSQL-REPLICATION" "1" "1.7.2" "" "" |
2 | 2 | .SH NAME |
3 | 3 | osm2pgsql-replication \- osm2pgsql database updater |
4 | 4 | .SH SYNOPSIS |
@@ -39,6 +39,7 @@ how to use osm2pgsql\-replication. |
39 | 39 | .SH OPTIONS 'osm2pgsql-replication init' |
40 | 40 | usage: osm2pgsql-replication init [-h] [-q] [-v] [-d DB] [-U NAME] [-H HOST] |
41 | 41 | [-P PORT] [-p PREFIX] |
| 42 | + [--middle-schema MIDDLE_SCHEMA] |
42 | 43 | [--osm-file FILE | --server URL] |
43 | 44 |
|
44 | 45 | Initialise the replication process. |
@@ -99,6 +100,10 @@ Database server port |
99 | 100 | \fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX |
100 | 101 | Prefix for table names (default 'planet_osm') |
101 | 102 |
|
| 103 | +.TP |
| 104 | +\fB\-\-middle\-schema\fR MIDDLE_SCHEMA |
| 105 | +Name of the schema to store the table for the replication state in |
| 106 | + |
102 | 107 | .TP |
103 | 108 | \fB\-\-osm\-file\fR FILE |
104 | 109 | Get replication information from the given file. |
@@ -170,7 +175,7 @@ Maximum data to load in MB (default: 500MB) |
170 | 175 |
|
171 | 176 | .TP |
172 | 177 | \fB\-\-osm2pgsql\-cmd\fR \fI\,OSM2PGSQL_CMD\/\fR |
173 | | -Path to osm2pgsql command (default: osm2pgsql) |
| 178 | +Path to osm2pgsql command |
174 | 179 |
|
175 | 180 | .TP |
176 | 181 | \fB\-\-once\fR |
@@ -208,10 +213,15 @@ Database server port |
208 | 213 | \fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX |
209 | 214 | Prefix for table names (default 'planet_osm') |
210 | 215 |
|
| 216 | +.TP |
| 217 | +\fB\-\-middle\-schema\fR MIDDLE_SCHEMA |
| 218 | +Name of the schema to store the table for the replication state in |
| 219 | + |
211 | 220 |
|
212 | 221 | .SH OPTIONS 'osm2pgsql-replication status' |
213 | 222 | usage: osm2pgsql-replication status [-h] [-q] [-v] [-d DB] [-U NAME] [-H HOST] |
214 | | - [-P PORT] [-p PREFIX] [--json] |
| 223 | + [-P PORT] [-p PREFIX] |
| 224 | + [--middle-schema MIDDLE_SCHEMA] [--json] |
215 | 225 |
|
216 | 226 | Print information about the current replication status, optionally as JSON. |
217 | 227 | .br |
@@ -322,6 +332,10 @@ Database server port |
322 | 332 | \fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX |
323 | 333 | Prefix for table names (default 'planet_osm') |
324 | 334 |
|
| 335 | +.TP |
| 336 | +\fB\-\-middle\-schema\fR MIDDLE_SCHEMA |
| 337 | +Name of the schema to store the table for the replication state in |
| 338 | + |
325 | 339 | .SH SEE ALSO |
326 | 340 | * osm2pgsql website (https://osm2pgsql.org) |
327 | 341 | .br |
|
0 commit comments