mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Fix ALTER TABLE ... ADD COLUMN for inheritance cases.
Alvaro Herrera
This commit is contained in:
@@ -373,6 +373,7 @@ SELECT * FROM e_star*;
|
||||
(23 rows)
|
||||
|
||||
ALTER TABLE a_star* ADD COLUMN a text;
|
||||
NOTICE: ALTER TABLE: merging definition of column "a" for child d_star
|
||||
--UPDATE b_star*
|
||||
-- SET a = text 'gazpacho'
|
||||
-- WHERE aa > 4;
|
||||
|
||||
Reference in New Issue
Block a user