Re: [GENERAL] Setting the table separator in psql command mode

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] Setting the table separator in psql command mode
Дата
Msg-id 199806091641.MAA09509@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Setting the table separator in psql command mode  (JohnDz <john_dzilvelis@sunserv1.valpak.com>)
Список pgsql-general
>
> Mehrdad Ghassempoory wrote:
> >
> > I am trying to set up the table separator (Default "|") to TAB
> > caharcter.
> >
> > I have tried :
> >
> > \f\t
> > \f \t
> > \f '\t'
> >
> > Without any luck.
> > How is it done?
>
> I found that the following works:
>
> psql -F '    ' yourdatabasename
>
> where a tab character is inserted in between the ' '

6.4 will have this working as your originally expected.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [GENERAL] [General] row-level lock
Следующее
От: Chris Edsall
Дата:
Сообщение: ...