mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Propagate ALTER TYPE operations to typed tables
This adds RESTRICT/CASCADE flags to ALTER TYPE ... ADD/DROP/ALTER/ RENAME ATTRIBUTE to control whether to alter typed tables as well.
This commit is contained in:
@@ -2073,6 +2073,7 @@ typedef struct RenameStmt
|
||||
char *subname; /* name of contained object (column, rule,
|
||||
* trigger, etc) */
|
||||
char *newname; /* the new name */
|
||||
DropBehavior behavior; /* RESTRICT or CASCADE behavior */
|
||||
} RenameStmt;
|
||||
|
||||
/* ----------------------
|
||||
|
||||
Reference in New Issue
Block a user