Do not output header line in psql - Mailing list pgsql-novice

From Hans Ginzel
Subject Do not output header line in psql
Date
Msg-id 20150202090028.GG21803@artax.karlin.mff.cuni.cz
Whole thread Raw
Responses Re: Do not output header line in psql
List 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


pgsql-novice by date:

Previous
From: Benoit Izac
Date:
Subject: Re: Need to show other columns for job table along with summing job cost
Next
From: Yaser Raja
Date:
Subject: Re: Do not output header line in psql