How not to display system tables? - Mailing list pgsql-novice

From Ennio-Sr
Subject How not to display system tables?
Date
Msg-id 20050609193946.GA8532@deby.ei.hnet
Whole thread Raw
Responses Re: How not to display system tables?
List pgsql-novice
Hi all!
Reading from man psql I see that the \d used without a pattern argument
is equivalent to \dtvs which will display all pga_* tables along with
the 'pure' data tables.
Is there a way to change this behaviour (apart than using a SELECT
relname from pg_class WHERE relkind = ...).
I tried \d !~pga* to no avail ;(
Regards,
      Ennio.

--
[Perche' usare Win$ozz (dico io) se ..."anche uno sciocco sa farlo.   \\?//
 Fa' qualche cosa di cui non sei capace!"  (diceva Henry Miller) ]    (°|°)
[Why use Win$ozz (I say) if ... "even a fool can do that.              )=(
 Do something you aren't good at!" (as Henry Miller used to say) ]

pgsql-novice by date:

Previous
From: "Daniel T. Staal"
Date:
Subject: Function debugging question
Next
From: "Celia McInnis"
Date:
Subject: returning multiple values from a plpgsql function?