| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Matthias Schmidt <schmidtm(at)mock-software(dot)de> |
| Cc: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: SHOW ALL with descriptions |
| Date: | 2005-06-14 20:44:17 |
| Message-ID: | 200506142044.j5EKiHJ02752@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Matthias Schmidt wrote:
> Hi *,
>
> here's a tiny patch showing the description of the backend parameters
> alongside the 'SHOW ALL' Command.
> I'm not quite shure wether this should be the default output or not.
> Probably this needs to be configurable itself.
>
> What do you think?
Good question. psql \dT shows descriptions, but \df does not, only
\df+, so that doesn't give us a pattern.
We could add a VERBOSE option to SHOW ALL to show descriptions, but that
seems like overkill.
I have applied your patch that show descriptions for SHOW ALL, but not
for SHOW varname. That seems like the cleanest solution. I also
updated the documentation to mention SHOW ALL includes descriptions.
Any modification suggestions from the group?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 4.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-06-14 21:04:06 | Re: uptime function to postmaster |
| Previous Message | Bruce Momjian | 2005-06-14 17:50:52 | Re: pg_config MSVC makefile |