In MySQL I can have the same index (same name and columns) in different tables. From what I am seeing so far, Postgres only allows me to have one index with a name, even if I try to create it in a different table.
Does Postgres really doesn't allow indexes with the same name or am I doing something wrong?