From 5b3f1c4d6500187b62af63f5e83a08956cc1e18d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 15 Aug 2023 21:18:18 +0200 Subject: [PATCH] prepare release 1.9.0 --- CMakeLists.txt | 2 +- docs/osm2pgsql-replication.1 | 2 +- docs/osm2pgsql.1 | 22 +++++++++++++++++----- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05561a668..e48af871a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.8.0) -project(osm2pgsql VERSION 1.8.1 LANGUAGES CXX C) +project(osm2pgsql VERSION 1.9.0 LANGUAGES CXX C) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) diff --git a/docs/osm2pgsql-replication.1 b/docs/osm2pgsql-replication.1 index 9cc446cc0..6defcccc6 100644 --- a/docs/osm2pgsql-replication.1 +++ b/docs/osm2pgsql-replication.1 @@ -1,4 +1,4 @@ -.TH "OSM2PGSQL-REPLICATION" "1" "1.8.1" "" "" +.TH "OSM2PGSQL-REPLICATION" "1" "1.9.0" "" "" .SH NAME osm2pgsql-replication \- osm2pgsql database updater .SH SYNOPSIS diff --git a/docs/osm2pgsql.1 b/docs/osm2pgsql.1 index 1610ed595..49c021e34 100644 --- a/docs/osm2pgsql.1 +++ b/docs/osm2pgsql.1 @@ -1,4 +1,4 @@ -.TH "OSM2PGSQL" "1" "1.8.1" "" "" +.TH "OSM2PGSQL" "1" "1.9.0" "" "" .SH NAME .PP osm2pgsql - OpenStreetMap data to PostgreSQL converter @@ -93,6 +93,12 @@ Database server hostname or unix domain socket location. .TP -P, --port=PORT Database server port. +.TP +--schema=SCHEMA +Default for various schema settings throughout osm2pgsql (default: +\f[V]public\f[R]). +The schema must exist in the database and be writable by the database +user. .SH INPUT OPTIONS .TP -r, --input-reader=FORMAT @@ -186,8 +192,11 @@ The default is disabled. .TP --middle-schema=SCHEMA Use PostgreSQL schema SCHEMA for all tables, indexes, and functions in -the middle (default is no schema, i.e.\ the \f[V]public\f[R] schema is -used). +the middle. +The schema must exist in the database and be writable by the database +user. +By default the schema set with \f[V]--schema\f[R] is used, or +\f[V]public\f[R] if that is not set. .TP --middle-way-node-index-id-shift=SHIFT Set ID shift for way node bucket index in middle. @@ -309,8 +318,11 @@ different projection is used for the geometries. .TP --output-pgsql-schema=SCHEMA Use PostgreSQL schema SCHEMA for all tables, indexes, and functions in -the pgsql output (default is no schema, i.e.\ the \f[V]public\f[R] -schema is used). +the pgsql output. +The schema must exist in the database and be writable by the database +user. +By default the schema set with \f[V]--schema\f[R] is used, or +\f[V]public\f[R] if that is not set. .SH EXPIRE OPTIONS .TP -e, --expire-tiles=[MIN_ZOOM-]MAX-ZOOM