From 62b6d7774d5476362007646e14cf845a8152fbad Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 26 Jan 2024 19:57:18 +0100 Subject: [PATCH] Remove info that new middle db format is experimental from man page This should have been removed before version 1.10.0. --- man/osm2pgsql.1 | 3 +-- man/osm2pgsql.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/man/osm2pgsql.1 b/man/osm2pgsql.1 index 75c10115c..c8f659241 100644 --- a/man/osm2pgsql.1 +++ b/man/osm2pgsql.1 @@ -208,8 +208,7 @@ Set the database format for the middle tables to FORMAT. Allowed formats are \f[B]legacy\f[R] and \f[B]new\f[R]. The \f[B]legacy\f[R] format is the old format that will eventually be deprecated and removed but is currently still the default. -The \f[B]new\f[R] format was introduced in version 1.9.0 and is still -experimental. +The \f[B]new\f[R] format was introduced in version 1.9.0. See the manual for details on these formats. (Only works with \f[B]--slim\f[R]. In append mode osm2pgsql will automatically detect the database format, diff --git a/man/osm2pgsql.md b/man/osm2pgsql.md index 7f5a84c97..17869eb9c 100644 --- a/man/osm2pgsql.md +++ b/man/osm2pgsql.md @@ -181,8 +181,8 @@ mandatory for short options too. : Set the database format for the middle tables to FORMAT. Allowed formats are **legacy** and **new**. The **legacy** format is the old format that will eventually be deprecated and removed but is currently still the - default. The **new** format was introduced in version 1.9.0 and is still - experimental. See the manual for details on these formats. (Only works + default. The **new** format was introduced in version 1.9.0. + See the manual for details on these formats. (Only works with **\--slim**. In append mode osm2pgsql will automatically detect the database format, so don't use this with **-a, \--append**.)