@@ -39,7 +39,7 @@ how to use osm2pgsql\-replication.
3939.SH OPTIONS 'osm2pgsql-replication init'
4040usage: osm2pgsql-replication init [-h] [-q] [-v] [-d DB] [-U NAME] [-H HOST]
4141 [-P PORT] [-p PREFIX]
42- [--middle-schema MIDDLE_SCHEMA ]
42+ [--middle-schema SCHEMA] [--schema SCHEMA ]
4343 [--osm-file FILE | --server URL]
4444 [--start-at TIME]
4545
@@ -136,9 +136,13 @@ Database server port
136136Prefix for table names (default 'planet_osm')
137137
138138.TP
139- \fB \-\- middle \- schema \fR MIDDLE_SCHEMA
139+ \fB \-\- middle \- schema \fR SCHEMA
140140Name of the schema to store the table for the replication state in
141141
142+ .TP
143+ \fB \-\- schema \fR SCHEMA
144+ Name of the schema for the database
145+
142146.TP
143147\fB \-\- osm \- file \fR FILE
144148Get replication information from the given file.
@@ -253,14 +257,19 @@ Database server port
253257Prefix for table names (default 'planet_osm')
254258
255259.TP
256- \fB \-\- middle \- schema \fR MIDDLE_SCHEMA
260+ \fB \-\- middle \- schema \fR SCHEMA
257261Name of the schema to store the table for the replication state in
258262
263+ .TP
264+ \fB \-\- schema \fR SCHEMA
265+ Name of the schema for the database
266+
259267
260268.SH OPTIONS 'osm2pgsql-replication status'
261269usage: osm2pgsql-replication status [-h] [-q] [-v] [-d DB] [-U NAME] [-H HOST]
262270 [-P PORT] [-p PREFIX]
263- [--middle-schema MIDDLE_SCHEMA] [--json]
271+ [--middle-schema SCHEMA] [--schema SCHEMA]
272+ [--json]
264273
265274Print information about the current replication status, optionally as JSON.
266275.br
@@ -372,9 +381,13 @@ Database server port
372381Prefix for table names (default 'planet_osm')
373382
374383.TP
375- \fB \-\- middle \- schema \fR MIDDLE_SCHEMA
384+ \fB \-\- middle \- schema \fR SCHEMA
376385Name of the schema to store the table for the replication state in
377386
387+ .TP
388+ \fB \-\- schema \fR SCHEMA
389+ Name of the schema for the database
390+
378391.SH SEE ALSO
379392* osm2pgsql website (https://osm2pgsql.org)
380393.br
0 commit comments