[Tile-serving] [openstreetmap/osm2pgsql] not using quoted table name in DROP TABLE (#1552)
Jochen Topf
notifications at github.com
Thu Aug 12 09:02:20 UTC 2021
The table names put into those formats (like `qual_tmp_name`, `qual_name`, etc.) should all already contain the quotes. The reason this is done this way are the (optional) schemas. A schema-qualified table name must be quoted as `"schema"."table"`, not `"schema.table"` but we want to use `"table"` if the default schema is used, so the quoting is done in special functions before they are put into the format.
--
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/1552#issuecomment-897469576
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210812/4666b436/attachment.htm>
More information about the Tile-serving
mailing list