Re: Followup from yesterday's PL/pgSQL fun...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Followup from yesterday's PL/pgSQL fun...
Дата
Msg-id 2351.1052936208@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Followup from yesterday's PL/pgSQL fun...  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-sql
Larry Rosenman <ler@lerctr.org> writes:
>>> There is (\dC).  But it's not very bright --- I don't think you can
>>> limit the rows displayed at all.

> C'est la vie.  That means maybe it can be smartened up to do limiting?

If someone can think of a reasonable way.  The other \d commands all use
wildcard patterns to match against object names ... but a cast hasn't
got a name, really.
        regards, tom lane


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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Followup from yesterday's PL/pgSQL fun...
Следующее
От: Larry Rosenman
Дата:
Сообщение: PL/pgSQL: Logging Trigger. Advice/comments/other?