diff --git a/docs/osm2pgsql.md b/docs/osm2pgsql.md index 064df3955..5f5e9247e 100644 --- a/docs/osm2pgsql.md +++ b/docs/osm2pgsql.md @@ -174,13 +174,13 @@ mandatory for short options too. # OUTPUT OPTIONS -O, \--output=OUTPUT -: Specifies the output back-end to use. Currently osm2pgsql - supports **pgsql**, **flex**, **gazetteer** and **null**. **pgsql** is - the default output back-end and is optimized for rendering with Mapnik. - **gazetteer** is intended for geocoding with Nominatim. - The experimental **flex** backend allows more flexible configuration. - **null** does not write any output and is only useful for testing or with - **\--slim** for creating slim tables. +: Specifies the output to use. Currently osm2pgsql supports **pgsql**, + **flex**, **gazetteer** and **null**. **pgsql** is + the default output still available for backwards compatibility. New + setups should use the **flex** output which allows for a much more flexible + configuration. The **gazetteer** output is intended for geocoding with + Nominatim only. The **null** output does not write anything and is only + useful for testing or with **\--slim** for creating slim tables. -S, \--style=FILE : The style file. This specifies how the data is imported into the database, diff --git a/flex-config/README.md b/flex-config/README.md index 3bae5bf5a..6997cadb5 100644 --- a/flex-config/README.md +++ b/flex-config/README.md @@ -1,7 +1,5 @@ # Flex Output Configuration -**The flex output is experimental. Everything in here is subject to change.** - See the [Flex Output](https://osm2pgsql.org/doc/manual.html#the-flex-output) chapter in the manual for all the details.