[Tile-serving] [openstreetmap/osm2pgsql] Upper case prefix results in error (#1420)
Jochen Topf
notifications at github.com
Tue Feb 16 18:30:12 UTC 2021
I can reproduce that bug. The reason is that PostgreSQL handles plain tables name differently than it handles quoted names. So `CREATE TABLE DEU_nodes` is different than `CREATE TABLE "DEU_nodes"`. In the first case the name is canonilcalized to lower case.
osm2pgsql quotes names in some places but not others. This is clearly a bug and will be fixed. Thanks for the report.
--
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/1420#issuecomment-780033526
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210216/5c17c049/attachment.htm>
More information about the Tile-serving
mailing list