Make psql 7.2 \d work like 7.1?

From: Jeff Boes <jboes(at)nexcerpt(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Make psql 7.2 \d work like 7.1?
Date: 2002-07-16 18:10:24
Message-ID: ah1nif$2c45$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there any way to make the \d command in psql 7.2 display only the
information that was displayed under 7.1? We have a table which serves
as the target for many, many foreign key constraints. When we display
the table with \d, we get:

Indexes: ...
Primary key: ...
Check constraints: ...
Triggers: RI_ConstraintTrigger_109954866,
RI_ConstraintTrigger_109954864,
RI_ConstraintTrigger_18948797,
RI_ConstraintTrigger_18948963,
...

(for over 50 lines). Ideally, I'd like to suppress this whole "Triggers"
section, perhaps with a .psqlrc setting.

--
Jeff Boes vox 616.226.9550 ext 24
Database Engineer fax 616.349.9076
Nexcerpt, Inc. http://www.nexcerpt.com
...Nexcerpt... Extend your Expertise

Browse pgsql-general by date

  From Date Subject
Next Message Christoph Dalitz 2002-07-16 18:11:35
Previous Message Gregory Wood 2002-07-16 18:05:41 Re: table size growing out of control