|
1 |
| -.TH "OSM2PGSQL" "1" "1.8.1" "" "" |
| 1 | +.TH "OSM2PGSQL" "1" "1.9.0" "" "" |
2 | 2 | .SH NAME
|
3 | 3 | .PP
|
4 | 4 | osm2pgsql - OpenStreetMap data to PostgreSQL converter
|
@@ -93,6 +93,12 @@ Database server hostname or unix domain socket location.
|
93 | 93 | .TP
|
94 | 94 | -P, --port=PORT
|
95 | 95 | 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. |
96 | 102 | .SH INPUT OPTIONS
|
97 | 103 | .TP
|
98 | 104 | -r, --input-reader=FORMAT
|
@@ -186,8 +192,11 @@ The default is disabled.
|
186 | 192 | .TP
|
187 | 193 | --middle-schema=SCHEMA
|
188 | 194 | 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. |
191 | 200 | .TP
|
192 | 201 | --middle-way-node-index-id-shift=SHIFT
|
193 | 202 | Set ID shift for way node bucket index in middle.
|
@@ -309,8 +318,11 @@ different projection is used for the geometries.
|
309 | 318 | .TP
|
310 | 319 | --output-pgsql-schema=SCHEMA
|
311 | 320 | 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. |
314 | 326 | .SH EXPIRE OPTIONS
|
315 | 327 | .TP
|
316 | 328 | -e, --expire-tiles=[MIN_ZOOM-]MAX-ZOOM
|
|
0 commit comments