5 if (/\-\- BEGIN GENERATED CODE \(make_purge_script.pl\)/)
12 } until (/\-\- END GENERATED CODE/)
19 open (TABLIST
,"ls -b ../schema/*.tab|");
28 if (/objects/ && ($_ ne "objects"))
41 print $tabs."delete from ${tablename} where not exists (select * from objects where ${tablename}.object_id = objects.object_id);\n";