In SQL Server we have INDEXPROPERTY function. Example of usage: INDEXPROPERTY(ObjectId, IndexName, \'IndexDepth\') Is there any PostgreSQL analogs?
INDEXPROPERTY
INDEXPROPERTY(ObjectId, IndexName, \'IndexDepth\')