Skip to content

Commit 62b6d77

Browse files
committed
Remove info that new middle db format is experimental from man page
This should have been removed before version 1.10.0.
1 parent 59bb561 commit 62b6d77

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

man/osm2pgsql.1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ Set the database format for the middle tables to FORMAT.
208208
Allowed formats are \f[B]legacy\f[R] and \f[B]new\f[R].
209209
The \f[B]legacy\f[R] format is the old format that will eventually be
210210
deprecated and removed but is currently still the default.
211-
The \f[B]new\f[R] format was introduced in version 1.9.0 and is still
212-
experimental.
211+
The \f[B]new\f[R] format was introduced in version 1.9.0.
213212
See the manual for details on these formats.
214213
(Only works with \f[B]--slim\f[R].
215214
In append mode osm2pgsql will automatically detect the database format,

man/osm2pgsql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ mandatory for short options too.
181181
: Set the database format for the middle tables to FORMAT. Allowed formats
182182
are **legacy** and **new**. The **legacy** format is the old format that
183183
will eventually be deprecated and removed but is currently still the
184-
default. The **new** format was introduced in version 1.9.0 and is still
185-
experimental. See the manual for details on these formats. (Only works
184+
default. The **new** format was introduced in version 1.9.0.
185+
See the manual for details on these formats. (Only works
186186
with **\--slim**. In append mode osm2pgsql will automatically detect the
187187
database format, so don't use this with **-a, \--append**.)
188188

0 commit comments

Comments
 (0)