Re: show all;

From: Marko Kreen <marko(at)l-t(dot)ee>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: show all;
Date: 2001-06-01 21:40:25
Message-ID: 20010601234025.A29129@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Fri, Jun 01, 2001 at 05:01:11PM -0400, Tom Lane wrote:
> Marko Kreen <marko(at)l-t(dot)ee> writes:
> > As SHOW is for humans anyway, I hacked SHOW ALL that
> > shows all current session variables.
>
> That's not even *close* to being all the SET variables.
> You forgot GUC.

Actually not. But I thought the GUC should be under separate
command, like 'show config'. The SHOW ALL should show
all SET-able vars. I understand the GUC ones are RO.
Am I mistaken?

I can ofcourse make SHOW ALL show GUC ones too, but then
(I think) somehow it would be nice to get only the SETable ones.
Or is this too hairy? Ofcourse when some of the GUC ones are
SETable, this wont matter.

--
marko

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Marko Kreen 2001-06-01 21:48:21 Re: show all;
Previous Message Bruce Momjian 2001-06-01 21:35:04 Re: show all;