Do not output header line in psql

From: Hans Ginzel <hans(at)matfyz(dot)cz>
To: pgsql-novice(at)postgresql(dot)org
Subject: Do not output header line in psql
Date: 2015-02-02 09:00:28
Message-ID: 20150202090028.GG21803@artax.karlin.mff.cuni.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello!

How can I please get rid of the header line "List of relations" in the example below, please?

echo '\dt' |psql -nqaA -Pfooter=off

I can use the -t option, but it also removes the column headers I want to keep.

Regards,
Hans

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Yaser Raja 2015-02-02 16:48:45 Re: Do not output header line in psql
Previous Message Benoit Izac 2015-01-28 18:31:04 Re: Need to show other columns for job table along with summing job cost