$ vsql --help | grep -P '(\-T)|(\-a)' -a echo all input from script -T TEXT set HTML table tag attributes (width, border) (-P tableattr=)
Comments
DROP SCHEMA xxx CASCADE;
CREATE SCHEMA xxx;
vsql -aT -c "select 'drop table '||table_name||' cascade;' from tables" | vsql
vsql -At -c "select 'drop table '||table_name||' cascade;' from tables" | vsql
because: