Skip to content

Commit fbdfef8

Browse files
committed
prepare release 1.10.0
1 parent 011bd3c commit fbdfef8

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.9.2 LANGUAGES CXX C)
4+
project(osm2pgsql VERSION 1.10.0 LANGUAGES CXX C)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77

man/osm2pgsql-gen.1

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL" "1" "1.8.1" "" ""
1+
.TH "OSM2PGSQL" "1" "1.10.0" "" ""
22
.SH NAME
33
.PP
44
osm2pgsql-gen - Generalize OpenStreetMap data - EXPERIMENTAL!
@@ -23,7 +23,7 @@ information.
2323
.SH OPTIONS
2424
.PP
2525
This program follows the usual GNU command line syntax, with long
26-
options starting with two dashes (\f[C]--\f[R]).
26+
options starting with two dashes (\f[V]--\f[R]).
2727
Mandatory arguments to long options are mandatory for short options too.
2828
.SH MAIN OPTIONS
2929
.TP
@@ -37,6 +37,8 @@ This is the default if \f[B]-a, --append\f[R] is not specified.
3737
-S, --style=FILE
3838
The Lua config file.
3939
Same as for \f[B]osm2pgsql\f[R].
40+
Usually not required because it is read from the
41+
\f[V]osm2pgsql_properties\f[R] table.
4042
.TP
4143
-j, -jobs=NUM
4244
Specifies the number of parallel threads used for certain operations.
@@ -60,8 +62,8 @@ Enable logging of SQL commands for debugging.
6062
.TP
6163
-d, --database=NAME
6264
The name of the PostgreSQL database to connect to.
63-
If this parameter contains an \f[C]=\f[R] sign or starts with a valid
64-
URI prefix (\f[C]postgresql://\f[R] or \f[C]postgres://\f[R]), it is
65+
If this parameter contains an \f[V]=\f[R] sign or starts with a valid
66+
URI prefix (\f[V]postgresql://\f[R] or \f[V]postgres://\f[R]), it is
6567
treated as a conninfo string.
6668
See the PostgreSQL manual for details.
6769
.TP
@@ -76,6 +78,19 @@ Database server hostname or unix domain socket location.
7678
.TP
7779
-P, --port=PORT
7880
Database server port.
81+
.TP
82+
--schema=SCHEMA
83+
Default for various schema settings throughout osm2pgsql-gen (default:
84+
\f[V]public\f[R]).
85+
The schema must exist in the database and be writable by the database
86+
user.
87+
It must be the same as used with \f[V]osm2pgsql\f[R].
88+
.TP
89+
--middle-schema=SCHEMA
90+
Database schema where the \f[V]osm2pgsql_properties\f[R] table is to be
91+
found.
92+
Default set with \f[V]--schema\f[R].
93+
Set to the same value as on the \f[V]osm2pgsql\f[R] command line.
7994
.SH SEE ALSO
8095
.IP \[bu] 2
8196
osm2pgsql website (https://osm2pgsql.org)

man/osm2pgsql-replication.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL-REPLICATION" "1" "1.9.2" "" ""
1+
.TH "OSM2PGSQL-REPLICATION" "1" "1.10.0" "" ""
22
.SH NAME
33
osm2pgsql-replication \- osm2pgsql database updater
44
.SH SYNOPSIS

man/osm2pgsql.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL" "1" "1.9.2" "" ""
1+
.TH "OSM2PGSQL" "1" "1.10.0" "" ""
22
.SH NAME
33
.PP
44
osm2pgsql - OpenStreetMap data to PostgreSQL converter

0 commit comments

Comments
 (0)