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

From Tom Lane
Subject Re: How not to display system tables?
Date
Msg-id 27536.1118349237@sss.pgh.pa.us
Whole thread Raw
In response to How not to display system tables?  (Ennio-Sr <nasr.laili@tin.it>)
Responses Re: How not to display system tables?
List pgsql-novice
Ennio-Sr <nasr.laili@tin.it> writes:
> 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 = ...).

The pga_ tables are not system tables as far as Postgres is concerned.
IIRC they are created by some old versions of pgAdmin (or was it another
tool?)  If you move up to a more recent version you should be able to
get rid of them.

            regards, tom lane

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Function debugging question
Next
From: Michael Fuhr
Date:
Subject: Re: returning multiple values from a plpgsql function?