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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Followup from yesterday's PL/pgSQL fun...
Date: 2003-05-14 18:16:48
Message-ID: 2351.1052936208@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Larry Rosenman <ler(at)lerctr(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Larry Rosenman 2003-05-14 20:04:21 PL/pgSQL: Logging Trigger. Advice/comments/other?
Previous Message Larry Rosenman 2003-05-14 18:14:16 Re: Followup from yesterday's PL/pgSQL fun...