mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
Add ALTER SYSTEM command to edit the server configuration file.
Patch contributed by Amit Kapila. Reviewed by Hari Babu, Masao Fujii, Boszormenyi Zoltan, Andres Freund, Greg Smith and others.
This commit is contained in:
@@ -292,3 +292,10 @@
|
||||
/* #define HEAPDEBUGALL */
|
||||
/* #define ACLDEBUG */
|
||||
/* #define RTDEBUG */
|
||||
|
||||
/*
|
||||
* Automatic configuration file name for ALTER SYSTEM.
|
||||
* This file will be used to store values of configuration parameters
|
||||
* set by ALTER SYSTEM command
|
||||
*/
|
||||
#define PG_AUTOCONF_FILENAME "postgresql.auto.conf"
|
||||
|
Reference in New Issue
Block a user