You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pg/catalog: cascade-drop indexes and constraints when dropping a column
When a column that is part of an index or constraint is dropped with
CASCADE, properly remove the dependent indexes and constraints.
Without CASCADE, return an error about dependent objects.
pg: src/backend/commands/tablecmds.c — ATExecDropColumn
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments