Skip to content

Commit 0fc1220

Browse files
Merge remote-tracking branch 'fork/sparse-agg' into sparse-agg
2 parents f93169c + 9ae1dae commit 0fc1220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sql/finalize.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ CREATE VIEW pg_vector_index_stat AS
809809
pg_index X ON C.oid = X.indrelid JOIN
810810
pg_class I ON I.oid = X.indexrelid JOIN
811811
pg_am A ON A.oid = I.relam
812-
WHERE A.amname = 'vectors';
812+
WHERE A.amname = 'vectors' AND C.relkind = 'r';
813813

814814
GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC;
815815

0 commit comments

Comments
 (0)