ALTER SYSTEM RESET? - Mailing list pgsql-hackers

From Christoph Berg
Subject ALTER SYSTEM RESET?
Date
Msg-id 20140625125003.GF29108@msg.df7cb.de
Whole thread Raw
Responses Re: ALTER SYSTEM RESET?  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
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.

Also, ALTER SYSTEM SET/RESET seems to be what oracle does:
http://docs.oracle.com/cd/E11882_01/server.112/e40402/initparams004.htm#REFRN00102

Christoph
-- 
cb@df7cb.de | http://www.df7cb.de/



pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: postgresql.auto.conf and reload
Next
From: Robert Haas
Date:
Subject: Re: PostgreSQL for VAX on NetBSD/OpenBSD