Command line output - How to output values only?

From: "sdger erger" <killen(dot)nextdoor(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Command line output - How to output values only?
Date: 2008-01-06 09:53:58
Message-ID: deb32a990801060153h1e99783akc257d50adacb246d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

When I retrieve SQL queries through the command line I get outputs like:

*Code:*
Title
-------
value
(1 row)

Is there anything I can do, any option I can choose, to retrieve only the
value?

*Code*
value

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2008-01-06 10:09:49 Re: Command line output - How to output values only?
Previous Message Greg Cocks 2008-01-03 18:54:06 Re: Setting a FK to look at only selected rows in the 'look-up' table...