Re: field sep in psql

From: Rolf Lüttecke <rolf(dot)luettecke(at)michael-telecom(dot)de>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: field sep in psql
Date: 2000-08-03 11:38:39
Message-ID: 398959BF.4EFC26B9@michael-telecom.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi Ulf,

Try \pset tuples_only
\pset border 0
\pset fieldsep ' '

select * from something;
0 some_data
1 other_data
[...]
(X rows)

Hope it helps
Rolf

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message luc00 2000-08-03 13:51:59 libpq++ app code examples ?
Previous Message Ulf Mehlig 2000-08-03 11:00:03 field sep in psql