aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/guc_tables.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-04-05 03:02:11 +0000
committerBruce Momjian <bruce@momjian.us>2004-04-05 03:02:11 +0000
commit6165bbab8cb3518269e24bf9ced0be443f05e66c (patch)
tree2ea742dd047cbe67ad348f287b4780a8f78e29a0 /src/include/utils/guc_tables.h
parenta12fc7dae6a92746b2aac41920973de089f4403e (diff)
downloadpostgresql-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.h4
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,