pub async fn duplicate_indexes(
pool: &Pool<Postgres>,
) -> Result<Vec<DuplicateIndexes>, PgExtrasError>
Expand description
Shows indexes that have identical definitions but different names.
pub async fn duplicate_indexes(
pool: &Pool<Postgres>,
) -> Result<Vec<DuplicateIndexes>, PgExtrasError>
Shows indexes that have identical definitions but different names.