Skip to content

Commit b0822a6

Browse files
committed
Document that --drop also drops the flat nodes file
1 parent a987cc6 commit b0822a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/osm2pgsql.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ greatly increased.
169169
.RE
170170
.TP
171171
.B \-\-drop
172-
Drop the slim mode tables from the database once the import is complete.
172+
Drop the slim mode tables from the database and the flat node file once
173+
the import is complete.
173174
This can greatly reduce the size of the database, as the slim mode
174175
tables typically are the same size, if not slightly bigger than the main
175176
tables.

docs/osm2pgsql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ mandatory for short options too.
126126
will likely be greatly increased.
127127

128128
\--drop
129-
: Drop the slim mode tables from the database once the import is complete. This can
129+
: Drop the slim mode tables from the database and the flat node file once the import is complete. This can
130130
greatly reduce the size of the database, as the slim mode tables typically are the same
131131
size, if not slightly bigger than the main tables. It does not, however, reduce the
132132
maximum spike of disk usage during import. It can furthermore increase the import speed,

0 commit comments

Comments
 (0)