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

jose' soares <sferac@bo.nettuno.it>

From: "Jose' Soares Da Silva" <sferac@bo.nettuno.it>
To: Mehrdad Ghassempoory <ghassempoory@cardiff.ac.uk>
Cc: pgsql-general@postgreSQL.org
Date: 1998-06-09T15:57:35Z
Lists: pgsql-general
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'