diff options
author | Magnus Hagander <magnus@hagander.net> | 2008-08-15 08:37:41 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2008-08-15 08:37:41 +0000 |
commit | 5b8eb2b4b95ac4b016368ce6ca2c3477387e7fc7 (patch) | |
tree | 7a20e4b0469da0d12e999819eb218dc7621918eb /src/backend/utils/misc/postgresql.conf.sample | |
parent | f24f233f6a9fb3af211c2fc658c5068e63593a8c (diff) | |
download | postgresql-5b8eb2b4b95ac4b016368ce6ca2c3477387e7fc7.tar.gz postgresql-5b8eb2b4b95ac4b016368ce6ca2c3477387e7fc7.zip |
Make the temporary directory for pgstat files configurable by the GUC
variable stats_temp_directory, instead of requiring the admin to
mount/symlink the pg_stat_tmp directory manually.
For now the config variable is PGC_POSTMASTER. Room for further improvment
that would allow it to be changed on-the-fly.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 552d856ae29..063d3ec1c4a 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -366,6 +366,7 @@ #track_functions = none # none, pl, all #track_activity_query_size = 1024 #update_process_title = on +#stats_temp_directory = 'pg_stat_tmp' # - Statistics Monitoring - |