Re: Re: csv format for psql - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Re: csv format for psql
Date
Msg-id CAFj8pRD6EP+ZD2Ugo03E1-8nn5nucJSuJv2ntq3qdQQfX-rX7w@mail.gmail.com
Whole thread Raw
In response to Re: Re: csv format for psql  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers


minor fix


another fix in help

Pavel

postgres=# \f
Field separator is "".
postgres=# \pset format csv
Output format is csv.
postgres=# \f
Field separator is ",".
postgres=# \pset format unaligned
Output format is unaligned.
postgres=# \f
Field separator is "|".
postgres=# \f ;
Field separator is ";".
postgres=# \pset format unaligned
Output format is unaligned.
postgres=# \f
Field separator is ";".
postgres=# \pset format csv
Output format is csv.
postgres=# \f
Field separator is ";".

Regards



 
Regards

Pavel
 

Regards

Pavel

--
Fabien.



Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Running Installcheck remotely
Next
From: Fabien COELHO
Date:
Subject: Re: Re: csv format for psql