psql -F - Mailing list pgsql-sql

From T E Schmitz
Subject psql -F
Date
Msg-id 455C4918.4020604@numerixtechnology.de
Whole thread Raw
Responses Re: psql -F
List pgsql-sql
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


pgsql-sql by date:

Previous
From: Christopher Browne
Date:
Subject: Re: recursive SQL and with clause
Next
From: Alvaro Herrera
Date:
Subject: Re: psql -F