[SQL] field separator problem

2007-10-03 Thread Tena Sakai
Hi Everybody, I am having a problem with field separator. Maybe someone can assist me. But first thing firtst: I am running postgresql 8.2.4 on redhat, dell 64 bit machine: I issue from psql \f (or \pset fieldsep ',') and psql appears to accept what I want: canon=# \f ',' Field separator

Re: [SQL] field separator problem

2007-10-03 Thread Michael Fuhr
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.

Re: [SQL] field separator problem

2007-10-03 Thread Tena Sakai
many thanks, Michael! I appreciate it. Regards, Tena -Original Message- From: Michael Fuhr [mailto:[EMAIL PROTECTED] Sent: Wed 10/3/2007 5:54 PM To: Tena Sakai Cc: pgsql-sql@postgresql.org Subject: Re: [SQL] field separator problem On Wed, Oct 03, 2007 at 05:13:48PM -0700, Tena