Re: pgsql/ oc/src/sgml/release.sgml rc/backend/com ...

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/ oc/src/sgml/release.sgml rc/backend/com ...
Date: 2002-07-20 19:16:12
Message-ID: 3D39B6FC.4040605@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-patches

Tom Lane wrote:
> Joe Conway <mail(at)joeconway(dot)com> writes:
> Okay, so the question is what tablefunc wants to do. I'd guess it
> wants to duplicate the set of info returned by SHOW ALL.

Yes, I think that makes sense.

> I put in GUC_NO_SHOW_ALL when I was hacking on GUC a few months ago
> to make it able to implement the last few SET variables that had
> one-of-a-kind behavior. One of those one-of-a-kind behaviors was that
> some of them didn't show up in SHOW ALL. I suppose this is arguably
> a bug and not really behavior we want to preserve --- although SHOW SEED
> will *never* return anything useful and so it's not clear why SHOW ALL
> should bother to show it.
>
> If NO_SHOW_ALL bothers you, feel free to put its removal up to a
> pghackers vote. I'm not wedded to it.

It doesn't really bother me ;). I just didn't understand why it existed.

I do think that it is conceivable that we want to be able to suppress
the examination of some settings, but I would think that would apply to
SHOW just the same as SHOW ALL. It seems that anything I can SHOW should
be there when I do SHOW ALL. Maybe it should be GUC_NO_SHOW and apply to
both?

Joe

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-07-20 19:26:02 Re: pgsql/ oc/src/sgml/release.sgml rc/backend/com ...
Previous Message Tom Lane 2002-07-20 19:04:20 Re: pgsql/ oc/src/sgml/release.sgml rc/backend/com ...

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-07-20 19:26:02 Re: pgsql/ oc/src/sgml/release.sgml rc/backend/com ...
Previous Message Tom Lane 2002-07-20 19:04:20 Re: pgsql/ oc/src/sgml/release.sgml rc/backend/com ...