There was an error while loading. Please reload this page.
1 parent 2a31fbd commit f28666aCopy full SHA for f28666a
1 file changed
src/postgres/query/pg_indexes.rs
@@ -81,6 +81,7 @@ impl SchemaQueryBuilder {
81
.column((insp, PgNamespace::NspName))
82
.column((tbl, PgClass::RelName))
83
.column((col, PgAttribute::AttName))
84
+ .expr_as(Expr::col(PgIndex::IndPred).is_not_null(), partially)
85
.from(PgIndex::Table)
86
.join_as(
87
JoinType::Join,
0 commit comments