On 9/30/16, Malte Legenhausen <mlegenhau...@gmail.com> wrote: > Other database systems > like postgres can differ between indexes with the same name on different > tables.
No it can't. Index names must be unique within a schema. Have you actually tried creating two indexes with the same name on PostgreSQL? (I did just to confirm that it gives an error.) -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users