Re: What is field separator?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: What is field separator?
Дата
Msg-id 1275364687-sup-2201@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: What is field separator?  (Tena Sakai <tsakai@gallo.ucsf.edu>)
Ответы Re: What is field separator?
Список pgsql-admin
Excerpts from Tena Sakai's message of lun may 31 21:36:41 -0400 2010:

> But when I do this:
>   $ echo "select marker, p, afreq from gallo.fbat_sdsdecode limit 10" | \
>  > psql -P 'format=unaligned' -P 'fieldsep=\t' -t -f - musket
> (here the only change from the previous is the specification of fieldsep)
> Then I get:
>   RS3094315\t0.578121\t0.735

Use a literal tab.  You can enter this in decent shells with Ctrl-V followed by a tab.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-admin по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: What is field separator?
Следующее
От: Tena Sakai
Дата:
Сообщение: Re: What is field separator?