Skip to content

Support ALTER INDEX expressions (or the same thing in ALTER TABLE) #1178

Description

@osdiab

Description

Postgres allows a variety of alterations to be made to indexes but I can't find a built in way to do it with this library (can do it with pgm.sql() though).

Suggested solution

Create an interface for these, or support the equivalent commands in alterTable()

Alternative

No response

Additional context

I wanted to rename an index but then realized it wasn't there.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions