Skip to content

Commit f28666a

Browse files
committed
Fixup
1 parent 2a31fbd commit f28666a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/postgres/query/pg_indexes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ impl SchemaQueryBuilder {
8181
.column((insp, PgNamespace::NspName))
8282
.column((tbl, PgClass::RelName))
8383
.column((col, PgAttribute::AttName))
84+
.expr_as(Expr::col(PgIndex::IndPred).is_not_null(), partially)
8485
.from(PgIndex::Table)
8586
.join_as(
8687
JoinType::Join,

0 commit comments

Comments
 (0)