Re: Command line output - How to output values only? - Mailing list pgsql-novice

From Charley Tiggs
Subject Re: Command line output - How to output values only?
Date
Msg-id 478544CB.80108@tiggs.net
Whole thread Raw
In response to Command line output - How to output values only?  ("sdger erger" <killen.nextdoor@gmail.com>)
List pgsql-novice
If you mean while using psql with the -c switch, add -t.

psql -t dbname username -c "select * from foo" > data_file.txt

If you mean from within the client environment, use \t.

Charley

sdger erger wrote:
> 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
>


pgsql-novice by date:

Previous
From: "Michael Smith"
Date:
Subject: Re: Creating a tablespace on an external server in Windows
Next
From: Charley Tiggs
Date:
Subject: psql record separator