Skip to content

Add support for custom where predicate and index type #97

@manwantnosmoke

Description

@manwantnosmoke

Motivation

Creating a partial index is impossible right now, but adding support for both index type and where predicate would help
creating an index like this:

CREATE UNIQUE INDEX cake_filling_id_idx ON public.cakes USING btree (filling_id) WHERE (filling_id IS NOT NULL);

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