Skip to content

Commit

Permalink
prepare release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Nov 10, 2022
1 parent 5be2d4f commit 677b647
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

cmake_minimum_required(VERSION 3.5.0)

project(osm2pgsql VERSION 1.7.1 LANGUAGES CXX C)
project(osm2pgsql VERSION 1.7.2 LANGUAGES CXX C)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down
20 changes: 17 additions & 3 deletions docs/osm2pgsql-replication.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "OSM2PGSQL-REPLICATION" "1" "1.7.1" "" ""
.TH "OSM2PGSQL-REPLICATION" "1" "1.7.2" "" ""
.SH NAME
osm2pgsql-replication \- osm2pgsql database updater
.SH SYNOPSIS
Expand Down Expand Up @@ -39,6 +39,7 @@ how to use osm2pgsql\-replication.
.SH OPTIONS 'osm2pgsql-replication init'
usage: osm2pgsql-replication init [-h] [-q] [-v] [-d DB] [-U NAME] [-H HOST]
[-P PORT] [-p PREFIX]
[--middle-schema MIDDLE_SCHEMA]
[--osm-file FILE | --server URL]

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

.TP
\fB\-\-middle\-schema\fR MIDDLE_SCHEMA
Name of the schema to store the table for the replication state in

.TP
\fB\-\-osm\-file\fR FILE
Get replication information from the given file.
Expand Down Expand Up @@ -170,7 +175,7 @@ Maximum data to load in MB (default: 500MB)

.TP
\fB\-\-osm2pgsql\-cmd\fR \fI\,OSM2PGSQL_CMD\/\fR
Path to osm2pgsql command (default: osm2pgsql)
Path to osm2pgsql command

.TP
\fB\-\-once\fR
Expand Down Expand Up @@ -208,10 +213,15 @@ Database server port
\fB\-p\fR PREFIX, \fB\-\-prefix\fR PREFIX
Prefix for table names (default 'planet_osm')

.TP
\fB\-\-middle\-schema\fR MIDDLE_SCHEMA
Name of the schema to store the table for the replication state in


.SH OPTIONS 'osm2pgsql-replication status'
usage: osm2pgsql-replication status [-h] [-q] [-v] [-d DB] [-U NAME] [-H HOST]
[-P PORT] [-p PREFIX] [--json]
[-P PORT] [-p PREFIX]
[--middle-schema MIDDLE_SCHEMA] [--json]

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

.TP
\fB\-\-middle\-schema\fR MIDDLE_SCHEMA
Name of the schema to store the table for the replication state in

.SH SEE ALSO
* osm2pgsql website (https://osm2pgsql.org)
.br
Expand Down
2 changes: 1 addition & 1 deletion docs/osm2pgsql.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "OSM2PGSQL" "1" "1.7.1" "" ""
.TH "OSM2PGSQL" "1" "1.7.2" "" ""
.SH NAME
.PP
osm2pgsql - Openstreetmap data to PostgreSQL converter
Expand Down

0 comments on commit 677b647

Please sign in to comment.