2 psql
-c "DELETE FROM log_module WHERE module='Error Report Assistant';"
7 if [ "$1" = "purge" ]; then
9 echo If you
do not need the SQL tables anymore
, remove them by running
10 echo ' psql -c "DROP TABLE mod_errorreporter;"'
11 echo After that
, all error reports are unrecoverably deleted
!