psql -F <TAB>

From: T E Schmitz <mailreg(at)numerixtechnology(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Subject: psql -F <TAB>
Date: 2006-11-16 11:18:48
Message-ID: 455C4918.4020604@numerixtechnology.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Alvaro Herrera 2006-11-16 11:58:12 Re: psql -F <TAB>
Previous Message Christopher Browne 2006-11-16 02:38:57 Re: recursive SQL and with clause