fied separator change from the shell command line

From: paulo(dot)oliveira(at)engineer(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: fied separator change from the shell command line
Date: 2005-03-10 15:42:29
Message-ID: 1110469349.693516.109730@z14g2000cwz.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I'm trying to change the usal "|" table field separator from the shell
command line:
psql -d ect -f pl_lost.sql -o pl_lost.out.txt -F "\t" -U asaadmin

But it doesn't work. It keeps the same "|" separator in the output
file.
Can anyone please help me?
I need to output to a tab separated file. Can anynone hel me with this?

Thanks in advance,

PJO

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edmund Bacon 2005-03-10 16:06:51 Re: fied separator change from the shell command line
Previous Message Tom Lane 2005-03-10 15:10:36 Re: postgres 8 settings