reenable tablespace arguments for flex tables

This commit is contained in:
Sarah Hoffmann
2023-09-04 10:45:52 +02:00
parent 0e74e82a38
commit cb8149f8ea
2 changed files with 7 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ local place_table = osm2pgsql.define_table{
{ column = 'extratags', type = 'hstore' },
{ column = 'geometry', type = 'geometry', projection = 'WGS84', not_null = true },
},
data_tablespace = os.getenv("NOMINATIM_TABLESPACE_PLACE_DATA"),
index_tablespace = os.getenv("NOMINATIM_TABLESPACE_PLACE_INDEX"),
indexes = {}
}