Re: psql -F

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: psql -F
Дата
Msg-id 20061116115812.GB19298@alvh.no-ip.org
обсуждение исходный текст
Ответ на psql -F  (T E Schmitz <mailreg@numerixtechnology.de>)
Ответы Re: psql -F  (T E Schmitz <mailreg@numerixtechnology.de>)
Список 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 по дате отправления:

Предыдущее
От: T E Schmitz
Дата:
Сообщение: psql -F
Следующее
От: T E Schmitz
Дата:
Сообщение: Re: psql -F