Skip to content

Commit 5b3f1c4

Browse files
committed
prepare release 1.9.0
1 parent ad21cb6 commit 5b3f1c4

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

Diff for: CMakeLists.txt

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

22
cmake_minimum_required(VERSION 3.8.0)
33

4-
project(osm2pgsql VERSION 1.8.1 LANGUAGES CXX C)
4+
project(osm2pgsql VERSION 1.9.0 LANGUAGES CXX C)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77

Diff for: docs/osm2pgsql-replication.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL-REPLICATION" "1" "1.8.1" "" ""
1+
.TH "OSM2PGSQL-REPLICATION" "1" "1.9.0" "" ""
22
.SH NAME
33
osm2pgsql-replication \- osm2pgsql database updater
44
.SH SYNOPSIS

Diff for: docs/osm2pgsql.1

+17-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL" "1" "1.8.1" "" ""
1+
.TH "OSM2PGSQL" "1" "1.9.0" "" ""
22
.SH NAME
33
.PP
44
osm2pgsql - OpenStreetMap data to PostgreSQL converter
@@ -93,6 +93,12 @@ Database server hostname or unix domain socket location.
9393
.TP
9494
-P, --port=PORT
9595
Database server port.
96+
.TP
97+
--schema=SCHEMA
98+
Default for various schema settings throughout osm2pgsql (default:
99+
\f[V]public\f[R]).
100+
The schema must exist in the database and be writable by the database
101+
user.
96102
.SH INPUT OPTIONS
97103
.TP
98104
-r, --input-reader=FORMAT
@@ -186,8 +192,11 @@ The default is disabled.
186192
.TP
187193
--middle-schema=SCHEMA
188194
Use PostgreSQL schema SCHEMA for all tables, indexes, and functions in
189-
the middle (default is no schema, i.e.\ the \f[V]public\f[R] schema is
190-
used).
195+
the middle.
196+
The schema must exist in the database and be writable by the database
197+
user.
198+
By default the schema set with \f[V]--schema\f[R] is used, or
199+
\f[V]public\f[R] if that is not set.
191200
.TP
192201
--middle-way-node-index-id-shift=SHIFT
193202
Set ID shift for way node bucket index in middle.
@@ -309,8 +318,11 @@ different projection is used for the geometries.
309318
.TP
310319
--output-pgsql-schema=SCHEMA
311320
Use PostgreSQL schema SCHEMA for all tables, indexes, and functions in
312-
the pgsql output (default is no schema, i.e.\ the \f[V]public\f[R]
313-
schema is used).
321+
the pgsql output.
322+
The schema must exist in the database and be writable by the database
323+
user.
324+
By default the schema set with \f[V]--schema\f[R] is used, or
325+
\f[V]public\f[R] if that is not set.
314326
.SH EXPIRE OPTIONS
315327
.TP
316328
-e, --expire-tiles=[MIN_ZOOM-]MAX-ZOOM

0 commit comments

Comments
 (0)