Re: Eliminate information_schema from oid2name listing

From: Kenji Sugita <sugita(at)srapc1327(dot)sra(dot)co(dot)jp>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: Eliminate information_schema from oid2name listing
Date: 2003-07-21 04:47:22
Message-ID: 20030721.134722.74729027.sugita@srapc1327.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-07-21 07:50:15 Re: Release.sgml markup
Previous Message Tom Lane 2003-07-21 04:32:46 Re: Eliminate information_schema from oid2name listing