Thread: pgsql: Show enum values in psql's \dt+.

pgsql: Show enum values in psql's \dt+.

From
adunstan@postgresql.org (Andrew Dunstan)
Date:
Log Message:
-----------
Show enum values in psql's \dt+. David Fetter.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.168 -> r1.169)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.168&r2=1.169)

Re: pgsql: Show enum values in psql's \dt+.

From
Andrew Dunstan
Date:

Andrew Dunstan wrote:
> Log Message:
> -----------
> Show enum values in psql's \dt+. David Fetter.
>
>
>

Darn, This should have in fact read "\dT+", of course. What's the best
way to fix it? change the comment using cvs admin?

cheers

andrew

Re: pgsql: Show enum values in psql's \dt+.

From
Tom Lane
Date:
Andrew Dunstan <andrew@dunslane.net> writes:
> Andrew Dunstan wrote:
>> Log Message:
>> -----------
>> Show enum values in psql's \dt+. David Fetter.

> Darn, This should have in fact read "\dT+", of course. What's the best
> way to fix it? change the comment using cvs admin?

Not worth worrying about.  There are lots of worse mistakes than that in
the cvs log history.

Of course, one thing you could do is update the psql-ref manual page
(which needs doing anyway) and make a point of the correction in the
commit message for that.

            regards, tom lane