Re: Fix \dT enum in psql

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: David Fetter <david(at)fetter(dot)org>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Fix \dT enum in psql
Date: 2008-05-04 22:40:51
Message-ID: 481E3B73.7000305@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

David Fetter wrote:
> Folks,
>
> In psql, \dT doesn't show the elements for enums. Please find patch
> vs. CVS TIP attached which fixes this per the following TODO item:
>
> http://archives.postgresql.org/pgsql-hackers/2008-01/msg00826.php
>
>
>

I notice that this patch adds an "Elements" column to the output of \dT,
which will only be used by enum types. That seems rather ... cluttered.

cheers

andrew

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2008-05-04 22:45:22 Re: Fix \dT enum in psql
Previous Message Brendan Jurd 2008-05-04 22:05:58 Re: [HACKERS] Multiline privileges in \z