+1
-0
lines changedFilter options
+1
-0
lines changed Original file line number Diff line number Diff line change
@@ -436,6 +436,7 @@ FOR r IN (SELECT pns.nspname, pc.relname
436
436
FROM pg_class pc, pg_namespace pns
437
437
WHERE pns.oid=pc.relnamespace
438
438
AND pns.nspname NOT IN ('information_schema', 'pg_catalog', 'pg_toast')
439
+
AND pc.relname NOT LIKE 'pg_%'
439
440
AND pc.relkind IN ('v', 'm')
440
441
) LOOP
441
442
EXECUTE format('DROP VIEW %I.%I;',
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4