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

From Brett W. McCoy
Subject Re: No column headings in SQL query
Date
Msg-id Pine.LNX.4.43.0202281746310.7108-100000@chapelperilous.net
Whole thread Raw
In response to No column headings in SQL query  ("David J. Lines" <dlines@principia.edu>)
List pgsql-novice
> 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.

Assuming you mean in the psql command-line, \t will turn off column
headings and only show your rows.

-- Brett


pgsql-novice by date:

Previous
From: "Patrick Hatcher"
Date:
Subject: COPY function and error log
Next
From: Herb Blacker
Date:
Subject: Re: No column headings in SQL query