aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/alter_table.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/alter_table.out')
-rw-r--r--src/test/regress/expected/alter_table.out14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/test/regress/expected/alter_table.out b/src/test/regress/expected/alter_table.out
index b5af16c558e..e3aebc630d8 100644
--- a/src/test/regress/expected/alter_table.out
+++ b/src/test/regress/expected/alter_table.out
@@ -376,7 +376,6 @@ select test2 from atacc2;
drop table atacc2 cascade;
NOTICE: drop cascades to table atacc3
-NOTICE: drop cascades to constraint foo on table atacc3
drop table atacc1;
-- adding only to a parent is disallowed as of 8.4
create table atacc1 (test int);
@@ -1251,7 +1250,6 @@ select * from p1;
drop table p1 cascade;
NOTICE: drop cascades to table c1
-NOTICE: drop cascades to constraint p1_a1_check on table c1
-- test that operations with a dropped column do not try to reference
-- its datatype
create domain mytype as text;
@@ -1470,12 +1468,8 @@ select alter2.plus1(41);
-- clean up
drop schema alter2 cascade;
-NOTICE: drop cascades to type alter2.ctype
-NOTICE: drop cascades to type alter2.posint
-NOTICE: drop cascades to function alter2.plus1(integer)
-NOTICE: drop cascades to view alter2.v1
-NOTICE: drop cascades to rule _RETURN on view alter2.v1
-NOTICE: drop cascades to sequence alter2.t1_f1_seq
-NOTICE: drop cascades to default for table alter2.t1 column f1
NOTICE: drop cascades to table alter2.t1
-NOTICE: drop cascades to constraint t1_f2_check on table alter2.t1
+NOTICE: drop cascades to view alter2.v1
+NOTICE: drop cascades to function alter2.plus1(integer)
+NOTICE: drop cascades to type alter2.posint
+NOTICE: drop cascades to type alter2.ctype