Skip to content

TABLES_WITH_INHERITANCE should ignore partitioned tables#113

Merged
mfvanek merged 1 commit intomasterfrom
bugfix/tables-with-inheritance
Nov 30, 2025
Merged

TABLES_WITH_INHERITANCE should ignore partitioned tables#113
mfvanek merged 1 commit intomasterfrom
bugfix/tables-with-inheritance

Conversation

@mfvanek
Copy link
Copy Markdown
Owner

@mfvanek mfvanek commented Nov 30, 2025

Relates to mfvanek/pg-index-health#767

Common steps

For a database check

  • Name of the sql file with the query correspond to a diagnostic name in Java project
  • Sql query has a brief description
  • Sql query contains filtering by schema name
  • All tables, indexes and sequences names in the query results are schema-qualified
  • All names have been enclosed in double quotes (if necessary)
  • The columns for the index or foreign key have been returned in the order they are used in the index or foreign key
  • All query results have been ordered
  • I have updated the README.md

Does this introduce a breaking change?

  • Yes
  • No

@mfvanek mfvanek merged commit 65e59b6 into master Nov 30, 2025
2 checks passed
@mfvanek mfvanek deleted the bugfix/tables-with-inheritance branch November 30, 2025 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant