From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [PATCHES] Eliminate information_schema from oid2name listing
Date: Mon, 21 Jul 2003 00:32:46 -0400
;;; Kenji Sugita <sugita(at)srapc1327(dot)sra(dot)co(dot)jp> writes:
;;; > This small patch eliminates relations in information_schema from oid2name
;;; > listing.
;;;
;;; Seems like it'd be a good idea to eliminate views and composite types as
;;; well.
It can be displayed by option -x. Information_schema displayed by "oid2name -d
databasename" is noisy.
Kenji Sugita