Re: ALTER SYSTEM RESET? - Mailing list pgsql-hackers

From Fabrízio de Royes Mello
Subject Re: ALTER SYSTEM RESET?
Date
Msg-id CAFcNs+pZ_CA3UaqjpPDKJNs6G-KAxiyYV2wqD2wM66ovL4Bs3A@mail.gmail.com
Whole thread
In response to Re: ALTER SYSTEM RESET?  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers

On Wed, Jun 25, 2014 at 10:04 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Wed, Jun 25, 2014 at 6:20 PM, Christoph Berg <cb@df7cb.de> wrote:
> >
> > Hi,
> >
> > is there a reason there's no ALTER SYSTEM RESET?
> >
> > The natural idiom to reset SET statements is "RESET guc;", I don't
> > think "SET guc = default;" is in use much, so "ALTER SYSTEM RESET guc;"
> > would be the natural way to try.
>
> Currently you can achieve that by
> "ALTER SYSTEM RESET guc = Default;".
> However it will be good to have support for RESET as well.  I think it
> should not be too complicated to implement that syntax, I personally
> don't have bandwidth to it immediately, but I would like to take care
> of it unless you or someone wants to do it by the time I get some
> bandwidth.
>

I have some time then I can provide a patch in a few days... Is ok for you guys?

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog sobre TI: http://fabriziomello.blogspot.com
>> Perfil Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: wrapping in extended mode doesn't work well with default pager
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: pg_filedump for 9.4?