duplicate_indexes

Function duplicate_indexes 

Source
pub async fn duplicate_indexes(
    pool: &Pool<Postgres>,
) -> Result<Vec<DuplicateIndexes>, PgExtrasError>
Expand description

Shows indexes that have identical definitions but different names.