mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Per discussion, this is something we should have sooner rather than later, and it doesn't take much additional code to support it.
This commit is contained in:
@@ -356,7 +356,7 @@ typedef enum NodeTag
|
||||
T_SecLabelStmt,
|
||||
T_CreateForeignTableStmt,
|
||||
T_CreateExtensionStmt,
|
||||
T_AlterExtensionAddStmt,
|
||||
T_AlterExtensionContentsStmt,
|
||||
|
||||
/*
|
||||
* TAGS FOR PARSE TREE NODES (parsenodes.h)
|
||||
|
||||
Reference in New Issue
Block a user