Make psql 7.2 \d work like 7.1?

Поиск
Список
Период
Сортировка
От Jeff Boes
Тема Make psql 7.2 \d work like 7.1?
Дата
Msg-id ah1nif$2c45$1@news.hub.org
обсуждение исходный текст
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: size of function body
Следующее
От: Tom Lane
Дата:
Сообщение: Re: table size growing out of control