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

Started by Andrew Dunstanabout 18 years ago3 messagescomitters
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

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)

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Andrew Dunstan (#1)
Re: pgsql: Show enum values in psql's \dt+.

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#2)
Re: pgsql: Show enum values in psql's \dt+.

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