|
| 1 | +\set VERBOSITY terse |
1 | 2 | CREATE SCHEMA pathman; |
2 | 3 | CREATE EXTENSION pg_pathman SCHEMA pathman; |
3 | 4 | CREATE SCHEMA test; |
@@ -286,35 +287,5 @@ select test.pathman_test_5(); /* projection tests for RuntimeXXX nodes */ |
286 | 287 |
|
287 | 288 | DROP SCHEMA test CASCADE; |
288 | 289 | NOTICE: drop cascades to 30 other objects |
289 | | -DETAIL: drop cascades to function test.pathman_assert(boolean,text) |
290 | | -drop cascades to function test.pathman_equal(text,text,text) |
291 | | -drop cascades to function test.pathman_test(text) |
292 | | -drop cascades to function test.pathman_test_1() |
293 | | -drop cascades to function test.pathman_test_2() |
294 | | -drop cascades to function test.pathman_test_3() |
295 | | -drop cascades to function test.pathman_test_4() |
296 | | -drop cascades to function test.pathman_test_5() |
297 | | -drop cascades to table test.run_values |
298 | | -drop cascades to table test.runtime_test_1 |
299 | | -drop cascades to table test.runtime_test_1_0 |
300 | | -drop cascades to table test.runtime_test_1_1 |
301 | | -drop cascades to table test.runtime_test_1_2 |
302 | | -drop cascades to table test.runtime_test_1_3 |
303 | | -drop cascades to table test.runtime_test_1_4 |
304 | | -drop cascades to table test.runtime_test_1_5 |
305 | | -drop cascades to table test.category |
306 | | -drop cascades to table test.runtime_test_2 |
307 | | -drop cascades to table test.runtime_test_2_0 |
308 | | -drop cascades to table test.runtime_test_2_1 |
309 | | -drop cascades to table test.runtime_test_2_2 |
310 | | -drop cascades to table test.runtime_test_2_3 |
311 | | -drop cascades to table test.runtime_test_2_4 |
312 | | -drop cascades to table test.runtime_test_2_5 |
313 | | -drop cascades to table test.vals |
314 | | -drop cascades to table test.runtime_test_3 |
315 | | -drop cascades to table test.runtime_test_3_0 |
316 | | -drop cascades to table test.runtime_test_3_1 |
317 | | -drop cascades to table test.runtime_test_3_2 |
318 | | -drop cascades to table test.runtime_test_3_3 |
319 | 290 | DROP EXTENSION pg_pathman CASCADE; |
320 | 291 | DROP SCHEMA pathman CASCADE; |
0 commit comments