Re: psql -F - Mailing list pgsql-sql

From Alvaro Herrera
Subject Re: psql -F
Date
Msg-id 20061116115812.GB19298@alvh.no-ip.org
Whole thread Raw
In response to psql -F  (T E Schmitz <mailreg@numerixtechnology.de>)
Responses Re: psql -F
List pgsql-sql
T E Schmitz wrote:
> 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?

This is really a shell question.  On those I know, you'd type ^V <tab>.
(Maybe it would work to use '\t' as well, not sure if psql interprets
that.)

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-sql by date:

Previous
From: T E Schmitz
Date:
Subject: psql -F
Next
From: T E Schmitz
Date:
Subject: Re: psql -F