Skip to content

Commit 677b647

Browse files
committed
prepare release 1.7.2
1 parent 5be2d4f commit 677b647

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
cmake_minimum_required(VERSION 3.5.0)
33

4-
project(osm2pgsql VERSION 1.7.1 LANGUAGES CXX C)
4+
project(osm2pgsql VERSION 1.7.2 LANGUAGES CXX C)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77

docs/osm2pgsql-replication.1

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL-REPLICATION" "1" "1.7.1" "" ""
1+
.TH "OSM2PGSQL-REPLICATION" "1" "1.7.2" "" ""
22
.SH NAME
33
osm2pgsql-replication \- osm2pgsql database updater
44
.SH SYNOPSIS
@@ -39,6 +39,7 @@ how to use osm2pgsql\-replication.
3939
.SH OPTIONS 'osm2pgsql-replication init'
4040
usage: osm2pgsql-replication init [-h] [-q] [-v] [-d DB] [-U NAME] [-H HOST]
4141
[-P PORT] [-p PREFIX]
42+
[--middle-schema MIDDLE_SCHEMA]
4243
[--osm-file FILE | --server URL]
4344

4445
Initialise the replication process.
@@ -99,6 +100,10 @@ Database server port
99100
\fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX
100101
Prefix for table names (default 'planet_osm')
101102

103+
.TP
104+
\fB\-\-middle\-schema\fR MIDDLE_SCHEMA
105+
Name of the schema to store the table for the replication state in
106+
102107
.TP
103108
\fB\-\-osm\-file\fR FILE
104109
Get replication information from the given file.
@@ -170,7 +175,7 @@ Maximum data to load in MB (default: 500MB)
170175

171176
.TP
172177
\fB\-\-osm2pgsql\-cmd\fR \fI\,OSM2PGSQL_CMD\/\fR
173-
Path to osm2pgsql command (default: osm2pgsql)
178+
Path to osm2pgsql command
174179

175180
.TP
176181
\fB\-\-once\fR
@@ -208,10 +213,15 @@ Database server port
208213
\fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX
209214
Prefix for table names (default 'planet_osm')
210215

216+
.TP
217+
\fB\-\-middle\-schema\fR MIDDLE_SCHEMA
218+
Name of the schema to store the table for the replication state in
219+
211220

212221
.SH OPTIONS 'osm2pgsql-replication status'
213222
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]
215225

216226
Print information about the current replication status, optionally as JSON.
217227
.br
@@ -322,6 +332,10 @@ Database server port
322332
\fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX
323333
Prefix for table names (default 'planet_osm')
324334

335+
.TP
336+
\fB\-\-middle\-schema\fR MIDDLE_SCHEMA
337+
Name of the schema to store the table for the replication state in
338+
325339
.SH SEE ALSO
326340
* osm2pgsql website (https://osm2pgsql.org)
327341
.br

docs/osm2pgsql.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL" "1" "1.7.1" "" ""
1+
.TH "OSM2PGSQL" "1" "1.7.2" "" ""
22
.SH NAME
33
.PP
44
osm2pgsql - Openstreetmap data to PostgreSQL converter

0 commit comments

Comments
 (0)