[Tile-serving] [osm2pgsql-dev/osm2pgsql] [Flex Output] Adding customized column with create_only = true does not work if tables are created with flag cluster = 'auto' (not documented) (Issue #2258)
Jochen Topf
notifications at github.com
Mon Sep 30 09:25:51 UTC 2024
Works for me.
You might have looked at the temporary tables while the import is running. The temporary tables don't have the `create_only` columns in them. But after the import is done, the temporary tables will be sorted and copied into the final tables. And those have the `create_only` columns. This is the expected behaviour and needed for some situations (see #1522).
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/issues/2258#issuecomment-2382598203
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/issues/2258/2382598203 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240930/76cd0663/attachment.htm>
More information about the Tile-serving
mailing list