File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626# OsmType Tag DataType Flags
2727node,way note text delete # These tags can be long but are useless for rendering
2828node,way source text delete # This indicates that we shouldn't store them
29+ node,way created_by text delete
2930
3031node,way access text linear
3132node,way addr:housename text linear
Original file line number Diff line number Diff line change @@ -162,7 +162,8 @@ static void long_usage(char *arg0)
162162 printf (" -S|--style\t\tLocation of the style file. Defaults to " OSM2PGSQL_DATADIR "/default.style\n" );
163163 printf (" -C|--cache\t\tOnly for slim mode: Use upto this many MB for caching nodes\n" );
164164 printf (" \t\tDefault is 800\n" );
165- printf (" -U|--username\tPostgresql user name.\n" );
165+ printf (" -U|--username\tPostgresql user name\n" );
166+ printf (" \t\tpassword can be given by prompt or PGPASS environment variable.\n" );
166167 printf (" -W|--password\tForce password prompt.\n" );
167168 printf (" -H|--host\t\tDatabase server hostname or socket location.\n" );
168169 printf (" -P|--port\t\tDatabase server port.\n" );
You can’t perform that action at this time.
0 commit comments