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

1998-06-09 Thread Bruce Momjian
> > 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 ' ' yourdatabas

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

1998-06-09 Thread Jose' Soares Da Silva
On Tue, 9 Jun 1998, 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? Try psql -F"" this mean ^I Jose'

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

1998-06-09 Thread Herouth Maoz
At 15:59 +0300 on 9/6/98, 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? Seems impossible, for some reason. Why do you want to do that? The header sep