diff options
Diffstat (limited to 'src/test/regress/output/tablespace.source')
-rw-r--r-- | src/test/regress/output/tablespace.source | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/regress/output/tablespace.source b/src/test/regress/output/tablespace.source index 607232f5353..6337798c625 100644 --- a/src/test/regress/output/tablespace.source +++ b/src/test/regress/output/tablespace.source @@ -65,9 +65,9 @@ ERROR: tablespace "nosuchspace" does not exist DROP TABLESPACE testspace; ERROR: tablespace "testspace" is not empty DROP SCHEMA testschema CASCADE; -NOTICE: drop cascades to table testschema.atable -NOTICE: drop cascades to table testschema.asexecute -NOTICE: drop cascades to table testschema.asselect NOTICE: drop cascades to table testschema.foo +NOTICE: drop cascades to table testschema.asselect +NOTICE: drop cascades to table testschema.asexecute +NOTICE: drop cascades to table testschema.atable -- Should succeed DROP TABLESPACE testspace; |