Skip to content

Commit

Permalink
simplify more
Browse files Browse the repository at this point in the history
  • Loading branch information
exekias committed Nov 3, 2023
1 parent 9758907 commit 88a7985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ BEGIN
WHERE
indrelid = t.oid AND
nspname = schemaname AND
t.relnamespace = ns.oid AND
pg_attribute.attrelid = t.oid AND
pg_attribute.attnum = any(pg_index.indkey)
AND indisprimary
Expand Down

0 comments on commit 88a7985

Please sign in to comment.