Skip to content

Commit 46d37aa

Browse files
committed
remove --unlogged from documentation
1 parent 9fa1061 commit 46d37aa

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

docs/osm2pgsql.1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@ invalid polygons. With this option, invalid polygons are instead simply dropped
200200
from the database. Even without this option, all polygons in the database should
201201
be valid.
202202
.TP
203-
\fB\ \fR\-\-unlogged
204-
Use postgresql's unlogged tables for storing data. This requires PostgreSQL 9.1
205-
or above. Data written to unlogged tables is not written to PostgreSQL's write\-ahead log,
206-
which makes them considerably faster than ordinary tables. However, they are not
207-
crash\-safe: an unlogged table is automatically truncated after a crash or unclean shutdown.
208-
.TP
209203
\fB\ \fR\-\-number\-processes num
210204
Specifies the number of parallel processes used for certain operations. If disks are
211205
fast enough e.g. if you have an SSD, then this can greatly increase speed of

docs/usage.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Command-line usage #
22

3-
Osm2pgsql has one program, the executable itself, which has **44** command line
3+
Osm2pgsql has one program, the executable itself, which has **43** command line
44
options. A full list of options can be obtained with ``osm2pgsql -h -v``. This
55
document provides an overview of options, and more importantly, why you might
66
use them.
@@ -59,9 +59,6 @@ offers significant space savings and speed increases, particularly on
5959
mechanical drives. The file takes approximately 8 bytes * maximum node ID, or
6060
about 23 GiB, regardless of the size of the extract.
6161

62-
``--unlogged`` specifies to use unlogged tables which are dropped from the
63-
database if the database server ever crashes, but are faster to import.
64-
6562
``--prefix`` specifies the prefix for tables
6663

6764
## Middle-layer options ##

0 commit comments

Comments
 (0)