Skip to content

Commit

Permalink
prepare release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Aug 15, 2023
1 parent ad21cb6 commit 5b3f1c4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 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.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)

Expand Down
2 changes: 1 addition & 1 deletion docs/osm2pgsql-replication.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
22 changes: 17 additions & 5 deletions docs/osm2pgsql.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5b3f1c4

Please sign in to comment.