Re: [GENERAL] Setting the table separator in psql command mode - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] Setting the table separator in psql command mode
Date
Msg-id 199806091641.MAA09509@candle.pha.pa.us
Whole thread Raw
In response to Re: [GENERAL] Setting the table separator in psql command mode  (JohnDz <john_dzilvelis@sunserv1.valpak.com>)
List 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 by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] [General] row-level lock
Next
From: Chris Edsall
Date:
Subject: ...