Support ALTER SYSTEM RESET command.
authorFujii Masao <fujii@postgresql.org>
Tue, 2 Sep 2014 07:06:58 +0000 (16:06 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 2 Sep 2014 07:06:58 +0000 (16:06 +0900)
commitbd3b7a9eef6fd8d71ad9aa5eaf1f90e904e96f0b
tree1a62e012f0ab9d4f28bbb92214db27e85415f76a
parent01b6976c13a9cf87f3c6767c9722576166c1b081
Support ALTER SYSTEM RESET command.

This patch allows us to execute ALTER SYSTEM RESET command to
remove the configuration entry from postgresql.auto.conf.

Vik Fearing, reviewed by Amit Kapila and me.
doc/src/sgml/ref/alter_system.sgml
src/backend/parser/gram.y
src/backend/utils/misc/guc.c
src/bin/psql/tab-complete.c