Обсуждение: pg_get_triggerdef w/ pretty print

Поиск
Список
Период
Сортировка

pg_get_triggerdef w/ pretty print

От
"Christopher Kings-Lynne"
Дата:
Hi Guys,

This page:

http://developer.postgresql.org/docs/postgres/functions-misc.html

Says that pg_get_triggerdef has no pretty print option.  Is this actually
true?

Chris



Re: pg_get_triggerdef w/ pretty print

От
Tom Lane
Дата:
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> Says that pg_get_triggerdef has no pretty print option.  Is this actually
> true?

\df agrees.  Right offhand I don't see much scope for prettyprinting in
CREATE TRIGGER ...
        regards, tom lane