File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -208,10 +208,9 @@ See documentation for details.
208208.TP
209209--middle-database-format=FORMAT
210210Set the database format for the middle tables to FORMAT.
211- Allowed formats are \f[B] legacy \f[ R ] and \f[B] new \f[ R ] .
212- The \f[B] legacy \f[ R ] format is the old format that will eventually be
213- deprecated and removed but is currently still the default.
214- The \f[B] new \f[ R ] format was introduced in version 1.9.0.
211+ Allowed formats are \f[B] new \f[ R ] (default) and \f[B] legacy \f[ R ] .
212+ The \f[B] legacy \f[ R ] format is deprecated and will be removed in version
213+ 2.0.0.
215214See the manual for details on these formats.
216215(Only works with \f[B] --slim \f[ R ] .
217216In append mode osm2pgsql will automatically detect the database format,
@@ -351,6 +350,7 @@ Specifies the number of parallel threads used for certain operations.
351350--with-forward-dependencies=BOOL
352351Propagate changes from nodes to ways and node/way members to relations
353352(Default: \f[ V ] true\f[ R ] ).
353+ This option is deprecated.
354354.SH SEE ALSO
355355.IP \[bu ] 2
356356osm2pgsql website (https://osm2pgsql.org)
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ mandatory for short options too.
309309
310310\- -with-forward-dependencies=BOOL
311311: Propagate changes from nodes to ways and node/way members to relations
312- (Default: ` true ` ).
312+ (Default: ` true ` ). This option is deprecated.
313313
314314# SEE ALSO
315315
You can’t perform that action at this time.
0 commit comments