Re: \da doesn't show result type

Lists: pgsql-hackers
From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: \da doesn't show result type
Date: 2007-04-10 12:40:37
Message-ID: 200704101440.37968.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Is there a reason that \da doesn't show the functions result type, like \df
does? I would find that information useful.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: \da doesn't show result type
Date: 2007-04-10 14:32:38
Message-ID: 25729.1176215558@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Is there a reason that \da doesn't show the functions result type, like \df
> does? I would find that information useful.

+1, I've been annoyed by that too.

regards, tom lane


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: \da doesn't show result type
Date: 2007-04-10 15:12:10
Message-ID: 20070410151210.GA26512@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Tue, Apr 10, 2007 at 10:32:38AM -0400, Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> > Is there a reason that \da doesn't show the functions result type, like \df
> > does? I would find that information useful.
>
> +1, I've been annoyed by that too.

Eh, but it does? As of
http://archives.postgresql.org/pgsql-committers/2007-03/msg00138.php.

Or am I missing what you're asking for here? :-)

//Magnus


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: \da doesn't show result type
Date: 2007-04-10 15:16:00
Message-ID: 200704101716.00999.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Am Dienstag, 10. April 2007 17:12 schrieb Magnus Hagander:
> > > Is there a reason that \da doesn't show the functions result type, like
> > > \df does? I would find that information useful.

> Eh, but it does? As of
> http://archives.postgresql.org/pgsql-committers/2007-03/msg00138.php.

Ah, OK, one feature in 8.3 that I can use. :)

--
Peter Eisentraut
http://developer.postgresql.org/~petere/