[Tile-serving] [openstreetmap/osm2pgsql] Change of index names (#912)
tb
notifications at github.com
Mon Feb 25 14:40:00 UTC 2019
[...]
> So where does the actual name come from?
> Some sort of default behaviour?
> Is this documented anywhere?
It's a postgresql default behaviour documented in their docs:
https://www.postgresql.org/docs/11/sql-createindex.html
> Is it dynamic, can it change depending on the version of the Postgres DB for example?
if you check the history of the documentation you'll see the first appearance for an optional name argument in v9.0, and the doc didn't changed since then. But the meaning of "If the name is omitted, PostgreSQL chooses a suitable name based on the parent table's name and the indexed column name(s)." might change over time ;)
--
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/912#issuecomment-467035375
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20190225/a3005cba/attachment.html>
More information about the Tile-serving
mailing list