From: | Mario Splivalo <mario(dot)splivalo(at)mobart(dot)hr> |
---|---|
To: | Richard Huxton <dev(at)archonet(dot)com> |
Cc: | PostgresSQL list <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Field Separator not working? |
Date: | 2005-10-19 12:19:33 |
Message-ID: | 1129724373.3186.10.camel@ekim |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On Wed, 2005-10-19 at 11:43 +0100, Richard Huxton wrote:
> Mario Splivalo wrote:
> > pulitzer2=# \t
> > Showing only tuples.
> > pulitzer2=# \f#
> > Field separator is "#".
> > pulitzer2=# select * from pg_user;
> > mario | 1 | t | t | t | ******** |
>
> > psql does tell me that I changed the field separator to "#", but it
> > still uses "|" as separator. I'm parsing the script from bash, using
> > psql, and setting the field separator options on the command line, but I
> > get similair results, the field separator is always "|", so I need to
> > awk-it with -F, but sometimes I have problems because data in my tables
> > often contain "|" charachter.
>
> You'll want this too:
> \pset format unaligned
>
> man psql or see the manual for full details
Hopla. It works perfetcly, thnx. Sometimes we're lazy to trough-read the
manuals :)
Mario
--
Mario Splivalo
Mob-Art
mario(dot)splivalo(at)mobart(dot)hr
"I can do it quick, I can do it cheap, I can do it well. Pick any two."
From | Date | Subject | |
---|---|---|---|
Next Message | Adriana Marcela Aguirre | 2005-10-19 15:59:23 | Sql - Error en ejecución de función Postgres desde cliente VFoxPro |
Previous Message | Richard Huxton | 2005-10-19 10:43:10 | Re: Field Separator not working? |