Re: No column headings in SQL query

From: Herb Blacker <herbblacker(at)isgenesis(dot)com>
To: "David J(dot) Lines" <dlines(at)principia(dot)edu>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: No column headings in SQL query
Date: 2002-02-28 22:58:31
Message-ID: 3C7EB617.8000908@isgenesis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org
>
>

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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message denis 2002-03-01 05:34:08 Re: How does one determine which columns are constrained PRIMARY KEY?
Previous Message Brett W. McCoy 2002-02-28 22:47:22 Re: No column headings in SQL query