How not to display system tables?

Поиск
Список
Период
Сортировка
От Ennio-Sr
Тема How not to display system tables?
Дата
Msg-id 20050609193946.GA8532@deby.ei.hnet
обсуждение исходный текст
Ответы Re: How not to display system tables?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Daniel T. Staal"
Дата:
Сообщение: Function debugging question
Следующее
От: "Celia McInnis"
Дата:
Сообщение: returning multiple values from a plpgsql function?