Bug #93223
Updated by Jörn Wagner almost 4 years ago
Database compare generates statements like @ALTER INDEX public_index_phash_freeindexuid2_idx RENAME TO "freeIndexUid_65098221"@. This results in an error:
/* ERROR: relation "public_index_phash_freeindexuid2_idx" does not exist */
The first argument needs to be quoted and case-sensitive like @ALTER INDEX "public_index_phash_freeIndexUid2_idx" RENAME TO "freeIndexUid_65098221"@.
My PostgreSQL version is 12.5.