From 677b647d2323546a191a24d04b8ec4a19e0c00b6 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 10 Nov 2022 20:15:49 +0100 Subject: [PATCH] prepare release 1.7.2 --- CMakeLists.txt | 2 +- docs/osm2pgsql-replication.1 | 20 +++++++++++++++++--- docs/osm2pgsql.1 | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dea959ed6..021b792b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/docs/osm2pgsql-replication.1 b/docs/osm2pgsql-replication.1 index adb990894..df8e53c39 100644 --- a/docs/osm2pgsql-replication.1 +++ b/docs/osm2pgsql-replication.1 @@ -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 @@ -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. @@ -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. @@ -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 @@ -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 @@ -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 diff --git a/docs/osm2pgsql.1 b/docs/osm2pgsql.1 index 6aeceb5c0..b0dc64565 100644 --- a/docs/osm2pgsql.1 +++ b/docs/osm2pgsql.1 @@ -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