Re: No column headings in SQL query

Поиск
Список
Период
Сортировка
От Herb Blacker
Тема Re: No column headings in SQL query
Дата
Msg-id 3C7EB617.8000908@isgenesis.com
обсуждение исходный текст
Ответ на No column headings in SQL query  ("David J. Lines" <dlines@principia.edu>)
Список 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 по дате отправления:

Предыдущее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: No column headings in SQL query
Следующее
От: denis@coralindia.com
Дата:
Сообщение: Re: How does one determine which columns are constrained PRIMARY KEY?