presence of tags column

This commit is contained in:
Komzpa 2012-03-23 19:27:54 +03:00
parent 819916d587
commit d4602f45be

View file

@ -112,6 +112,7 @@ if options.osm2pgsqlstyle != "-":
line = line.strip().split()
if line and line[0][0] != "#":
osm2pgsql_avail_keys[line[1]] = tuple(line[0].split(","))
osm2pgsql_avail_keys["tegs"] = ("node","way")
def escape_sql_column(name, type="way", asname = False):