diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-04-05 03:02:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-04-05 03:02:11 +0000 |
commit | 6165bbab8cb3518269e24bf9ced0be443f05e66c (patch) | |
tree | 2ea742dd047cbe67ad348f287b4780a8f78e29a0 /src/include/utils/guc_tables.h | |
parent | a12fc7dae6a92746b2aac41920973de089f4403e (diff) | |
download | postgresql-6165bbab8cb3518269e24bf9ced0be443f05e66c.tar.gz postgresql-6165bbab8cb3518269e24bf9ced0be443f05e66c.zip |
Remove 'syslog' GUC variable, and add more logical 'log_destination'
variable to control logoutput location on Unix and Win32.
Magnus Hagander
Diffstat (limited to 'src/include/utils/guc_tables.h')
-rw-r--r-- | src/include/utils/guc_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index 47e0339dafa..1b99bf8159d 100644 --- a/src/include/utils/guc_tables.h +++ b/src/include/utils/guc_tables.h @@ -7,7 +7,7 @@ * * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.9 2004/01/19 19:04:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.10 2004/04/05 03:02:11 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -36,7 +36,7 @@ enum config_group QUERY_TUNING_GEQO, QUERY_TUNING_OTHER, LOGGING, - LOGGING_SYSLOG, + LOGGING_WHERE, LOGGING_WHEN, LOGGING_WHAT, STATS, |