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/bin/psql/tab-complete.c | |
parent | a12fc7dae6a92746b2aac41920973de089f4403e (diff) |
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/bin/psql/tab-complete.c')
-rw-r--r-- | src/bin/psql/tab-complete.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index ff9e8c499dc..ba3039d9930 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.103 2004/03/24 22:40:29 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.104 2004/04/05 03:02:09 momjian Exp $ */ /*---------------------------------------------------------------------- @@ -523,6 +523,7 @@ psql_completion(char *text, int start, int end) "lc_monetary", "lc_numeric", "lc_time", + "log_destination", "log_duration", "log_error_verbosity", "log_executor_stats", @@ -557,7 +558,6 @@ psql_completion(char *text, int start, int end) "stats_row_level", "stats_start_collector", "superuser_reserved_connections", - "syslog", "syslog_facility", "syslog_ident", "TimeZone", |