Have \da in psql show return type

Started by Greg Sabino Mullaneover 19 years ago2 messagespatches
Jump to latest
#1Greg Sabino Mullane
greg@turnstep.com

Using \da in psql should show the return type.

Attachments:

psql_show_aggregate_return_type.difftext/x-patch; charset=UTF-8; name=psql_show_aggregate_return_type.diffDownload+13-12
#2Magnus Hagander
magnus@hagander.net
In reply to: Greg Sabino Mullane (#1)
Re: Have \da in psql show return type

On Wed, Mar 14, 2007 at 03:22:12PM -0400, Greg Sabino Mullane wrote:

Using \da in psql should show the return type.

Great, a patch easy enough for me ;-)

Applied, thanks.

//Magnus