sql: postgres diff tool detects indexes as tables #61860
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
X-blathers-triaged
blathers was able to find an owner
Describe the problem
Diff tool is reporting missing tables tables such as pg_aggregate_fnoid_index as missing tables
To Reproduce
Expected behavior
Diff tool should report only tables
Additional data / screenshots
Environment:
Additional context
What was the impact?
We are adding indexes as tables in the pg_catalog
Add any other context about the problem here.
Need to update the query that retrieves the tables in postgres
The text was updated successfully, but these errors were encountered: