Re: [GENERAL] Hiding row counts in psql

2009-03-05 Thread Lubomir Petrov
Hi, Use "\pset footer [on|off]". test=# select 1 as "Col1"; Col1 -- 1 (1 row) test=# test=# \pset footer Default footer is off. test=# test=# select 1 as "Col1"; Col1 -- 1 test=# \pset footer Default footer is on. test=# test=# test=# select 1 as "Col1"; Col1 -- 1 (

[GENERAL] Hiding row counts in psql

2009-02-27 Thread Ben Chobot
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. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgr