Re: No column headings in SQL query - Mailing list pgsql-novice

From Herb Blacker
Subject Re: No column headings in SQL query
Date
Msg-id 3C7EB617.8000908@isgenesis.com
Whole thread Raw
In response to No column headings in SQL query  ("David J. Lines" <dlines@principia.edu>)
List pgsql-novice
 From the command line, try $psql -t ...(prints tuples only)
Within psql use \t to toggle printing of headers and row counts

David J. Lines wrote:

> How do I get rid of all column headings in an SQL query?  I just want to
> print out the raw data without any headings.
>
> David
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>


--
_________________________
Herb Blacker
Database Administrator
ReCare, Inc.
(512) 791-4340
herbblacker@isgenesis.com


pgsql-novice by date:

Previous
From: "Brett W. McCoy"
Date:
Subject: Re: No column headings in SQL query
Next
From: denis@coralindia.com
Date:
Subject: Re: How does one determine which columns are constrained PRIMARY KEY?