[Tile-serving] [openstreetmap/osm2pgsql] Flex backend: getting an "attempt to index global 'osm2pgsql'" error (#1183)

mmd notifications at github.com
Thu May 21 20:10:45 UTC 2020


I just tried the following change, and it works like charm (assuming the respective tablespace was created upfront).

```
tables.point = osm2pgsql.define_table{
    name = 'planet_osm_point',
    ids = { type = 'node', id_column = 'osm_id' },
    data_tablespace = 'bla',
    index_tablespace = 'bla',
    columns = col_definitions.point
}
```

Maybe you can post the relevant parts of your file (as text, rather than screenshots).


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1183#issuecomment-632317581
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200521/e9845bb0/attachment.htm>


More information about the Tile-serving mailing list