]> granicus.if.org Git - postgresql/commit
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>
Fri, 12 Sep 2014 14:15:04 +0000 (23:15 +0900)
commit7dfab04a8aad7aa5066d2625a649d407ed6b7a5f
tree58082bc0a1a4d8ac5dedbdaf4b008eb4f744f301
parent79ee6370ee803b36c2649cfb7655affa2c1007f1
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