> 
> 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
[EMAIL PROTECTED]              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

Reply via email to