Skip to content

Commit feb2e0d

Browse files
authored
Merge pull request #1460 from joto/remove-multi
Remove multi output
2 parents 01d19c4 + de688e9 commit feb2e0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+81
-2336
lines changed

docs/multi.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/osm2pgsql.1

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,6 @@ The experimental \f[B]flex\f[] backend allows more flexible
279279
configuration.
280280
\f[B]null\f[] does not write any output and is only useful for testing
281281
or with \f[B]\-\-slim\f[] for creating slim tables.
282-
There is also a \f[B]multi\f[] backend.
283-
This is now deprecated and will be removed in future versions of
284-
osm2pgsql.
285282
.RS
286283
.RE
287284
.TP
@@ -405,8 +402,8 @@ different projection is used for the geometries.
405402
.TP
406403
.B \-\-output\-pgsql\-schema=SCHEMA
407404
Use PostgreSQL schema SCHEMA for all tables, indexes, and functions in
408-
the pgsql and multi outputs (default is no schema, i.e.\ the
409-
\f[C]public\f[] schema is used).
405+
the pgsql output (default is no schema, i.e.\ the \f[C]public\f[] schema
406+
is used).
410407
.RS
411408
.RE
412409
.SH EXPIRE OPTIONS

docs/osm2pgsql.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ mandatory for short options too.
192192
**gazetteer** is intended for geocoding with Nominatim.
193193
The experimental **flex** backend allows more flexible configuration.
194194
**null** does not write any output and is only useful for testing or with
195-
**\--slim** for creating slim tables. There is also a **multi** backend. This is
196-
now deprecated and will be removed in future versions of osm2pgsql.
195+
**\--slim** for creating slim tables.
197196

198197
-S, \--style=FILE
199198
: The style file. This specifies how the data is imported into the database,
@@ -275,7 +274,7 @@ mandatory for short options too.
275274

276275
\--output-pgsql-schema=SCHEMA
277276
: Use PostgreSQL schema SCHEMA for all tables, indexes, and functions in
278-
the pgsql and multi outputs (default is no schema, i.e. the `public` schema
277+
the pgsql output (default is no schema, i.e. the `public` schema
279278
is used).
280279

281280
# EXPIRE OPTIONS

multi.lua

Lines changed: 0 additions & 271 deletions
This file was deleted.

0 commit comments

Comments
 (0)