From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Failure to show descriptions in \df command |
Date: | 1999-11-13 16:35:47 |
Message-ID: | 199911131635.LAA24800@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Peter, I no longer see the pg_description descriptions when using the
\do, \df, and \dT commands.
The commands are much less useful without the descriptions. Seems \dd
with a string is much smarter, and pulls descriptions based on string
matching.
Interesting that \dd shows descriptions of everything.
Not sure how to recommend you change this. The new \df and \do
displays are much clearer without the descriptions. It seems \df and
\do show additional information about argument types and return values,
while \dd shows comments.
Maybe just add descriptions to \dT, and suggest people use \dd to get
info about specific operators of functions? But that kind of messes the
clarity of using \dd for descriptions.
I am stumped. Maybe it can't be improved.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Keith Parks | 1999-11-13 17:15:28 | Re: [HACKERS] translate function (BUG?) |
Previous Message | Bruce Momjian | 1999-11-13 16:19:42 | Re: [HACKERS] Backend build fails in current |