Hiding row counts in psql

From: Ben Chobot <bench(at)silentmedia(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Hiding row counts in psql
Date: 2009-02-27 17:58:29
Message-ID: Pine.LNX.4.64.0902270956390.10022@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way in psql to hide the row counts but keep the column headers?
The man page talks about \t and --tuples-only, but both of those also
suppress column headers.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Tassonis 2009-02-27 18:06:23 Re: Standalone ODBC Driver
Previous Message Fernando Moreno 2009-02-27 17:39:45 Re: when to use "execute" in plpgsql?