I have written a shell script to export data: psql -A -t -U $DBUSER -d $DB -c "$QUERY" -F ' '
Currently, I am using spaces as field separator but what I really want is tabs.
How can I specify a TAB character with the -F option? -- Regards, Tarlika Elisabeth Schmitz ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate