Re: field sep in psql - Mailing list pgsql-interfaces

From Rolf Lüttecke
Subject Re: field sep in psql
Date
Msg-id 398959BF.4EFC26B9@michael-telecom.de
Whole thread Raw
In response to field sep in psql  (Ulf Mehlig <umehlig@uni-bremen.de>)
List 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


pgsql-interfaces by date:

Previous
From: Ulf Mehlig
Date:
Subject: field sep in psql
Next
From: "luc00"
Date:
Subject: libpq++ app code examples ?