Is there a way to save postgres query output to multiple files.
I am using below query to save the output to a tab-separated file but it is taking really long.
psql "host= port= dbname= user= password=" -AF $'\t' --no-align -f splice_site_v1_23mer.sql -o 23mer.tsv
Thanks