Erik Nordström 27675488f6 Block adding constraints using an existing index
Adding a constraint using an existing index changes the existing
index's name as a side effect (PostgreSQL wants the index name to
match the constraint name). This creates a mismatch between the
index's name and our metadata in the chunk_index table. Further, since
the name change happens as a result of an internal command (and not
via DDL command that we can capture) there is currently no way to sync
up this information.
2017-09-15 21:42:07 +02:00
..
2017-06-27 11:20:41 -04:00
2017-06-27 10:57:10 -04:00
2017-09-15 12:27:18 -04:00
2017-09-15 12:27:18 -04:00