@@ -235,15 +235,15 @@ drop cascades to table schema_one."table two"
235
235
drop cascades to table schema_one.table_three
236
236
NOTICE: table "schema_two_table_two" does not exist, skipping
237
237
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_two_table_two"
238
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
238
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
239
239
NOTICE: table "audit_tbls_schema_two_table_three" does not exist, skipping
240
240
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.audit_tbls_schema_two_table_three"
241
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
241
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
242
242
SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_two_table_three"
243
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
243
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
244
244
ERROR: object audit_tbls.schema_two_table_three of type table cannot be dropped
245
245
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_two_table_three"
246
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
246
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
247
247
DELETE FROM undroppable_objs WHERE object_identity = 'audit_tbls.schema_two_table_three';
248
248
DROP SCHEMA schema_one, schema_two CASCADE;
249
249
NOTICE: drop cascades to 7 other objects
@@ -256,21 +256,21 @@ drop cascades to table schema_one."table two"
256
256
drop cascades to table schema_one.table_three
257
257
NOTICE: table "schema_two_table_two" does not exist, skipping
258
258
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_two_table_two"
259
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
259
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
260
260
NOTICE: table "audit_tbls_schema_two_table_three" does not exist, skipping
261
261
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.audit_tbls_schema_two_table_three"
262
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
262
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
263
263
SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_two_table_three"
264
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
264
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
265
265
NOTICE: table "schema_one_table_one" does not exist, skipping
266
266
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_one_table_one"
267
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
267
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
268
268
NOTICE: table "schema_one_table two" does not exist, skipping
269
269
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls."schema_one_table two""
270
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
270
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
271
271
NOTICE: table "schema_one_table_three" does not exist, skipping
272
272
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_one_table_three"
273
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
273
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
274
274
ERROR: object schema_one.table_three of type table cannot be dropped
275
275
DELETE FROM undroppable_objs WHERE object_identity = 'schema_one.table_three';
276
276
DROP SCHEMA schema_one, schema_two CASCADE;
@@ -284,21 +284,21 @@ drop cascades to table schema_one."table two"
284
284
drop cascades to table schema_one.table_three
285
285
NOTICE: table "schema_two_table_two" does not exist, skipping
286
286
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_two_table_two"
287
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
287
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
288
288
NOTICE: table "audit_tbls_schema_two_table_three" does not exist, skipping
289
289
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.audit_tbls_schema_two_table_three"
290
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
290
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
291
291
SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_two_table_three"
292
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
292
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
293
293
NOTICE: table "schema_one_table_one" does not exist, skipping
294
294
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_one_table_one"
295
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
295
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
296
296
NOTICE: table "schema_one_table two" does not exist, skipping
297
297
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls."schema_one_table two""
298
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
298
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
299
299
NOTICE: table "schema_one_table_three" does not exist, skipping
300
300
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_one_table_three"
301
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
301
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
302
302
SELECT * FROM dropped_objects WHERE schema IS NULL OR schema <> 'pg_toast';
303
303
type | schema | object
304
304
--------------+------------+-------------------------------------
@@ -330,7 +330,7 @@ SELECT * FROM dropped_objects WHERE schema IS NULL OR schema <> 'pg_toast';
330
330
DROP OWNED BY regression_bob;
331
331
NOTICE: schema "audit_tbls" does not exist, skipping
332
332
CONTEXT: SQL statement "DROP TABLE IF EXISTS audit_tbls.audit_tbls_schema_one_table_two"
333
- PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE statement
333
+ PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE
334
334
SELECT * FROM dropped_objects WHERE type = 'schema';
335
335
type | schema | object
336
336
--------+--------+------------
0 commit comments