Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Add option to ensure all child tables of an inheiritance/partitioned table have rows #13

Description

@sfrost

In larger database environments, tables end up being partitioned up (in PostgreSQL using inheiritance and check constraints, with constraint exclusion). It's important when testing to ensure that new code works with these inheiritance / partitioned tables. Therefore, please add an option to ensure that all child tables of an inheiritance structure have at least one row (or, perhaps, that at least more than one table in an inheiritance scheme has data).

I'd be happy to help if you have any questions on how inheiritance or constraint exclusion in PostgreSQL work.

Neat tool, thanks for building it!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions