Обсуждение: pgsql: Show enum values in psql's \dt+.

Поиск
Список
Период
Сортировка

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

От
adunstan@postgresql.org (Andrew Dunstan)
Дата:
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+.

От
Andrew Dunstan
Дата:

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+.

От
Tom Lane
Дата:
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