mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Add an ALTER TABLE subcommand for dropping the generated property from a column, per SQL standard. Reviewed-by: Sergei Kornilov <sk@zsrv.org> Discussion: https://www.postgresql.org/message-id/flat/2f7f1d9c-946e-0453-d841-4f38eb9d69b6%402ndquadrant.com
This commit is contained in:
@@ -252,7 +252,7 @@ F381 Extended schema manipulation 03 ALTER TABLE statement: DROP CONSTRAINT clau
|
||||
F382 Alter column data type YES
|
||||
F383 Set column not null clause YES
|
||||
F384 Drop identity property clause YES
|
||||
F385 Drop column generation expression clause NO
|
||||
F385 Drop column generation expression clause YES
|
||||
F386 Set identity column generation clause YES
|
||||
F391 Long identifiers YES
|
||||
F392 Unicode escapes in identifiers YES
|
||||
|
||||
Reference in New Issue
Block a user