Re: field separator problem

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Tena Sakai <tsakai(at)gallo(dot)ucsf(dot)edu>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: field separator problem
Date: 2007-10-04 00:54:10
Message-ID: 20071004005409.GA65942@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Oct 03, 2007 at 05:13:48PM -0700, Tena Sakai wrote:
> I issue from psql \f (or "\pset fieldsep ','") and
> psql appears to accept what I want:
>
> canon=# \f ','
> Field separator is ",".
>
> canon is the name of database, but when I issue a select
> command, it still uses '|' as separator. What am I
> doing wront?

fieldsep applies only to unaligned mode (\a or \pset format unaligned).

--
Michael Fuhr

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2007-10-04 01:06:22 Re: Why does the sequence skip a number with generate_series?
Previous Message Tena Sakai 2007-10-04 00:13:48 field separator problem