1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Rename server_min_messages to log_min_messages. Part of consolidation

of log_ settings.
This commit is contained in:
Bruce Momjian
2002-11-14 23:53:27 +00:00
parent 3e8c4c7a73
commit 001d5a7aa5
10 changed files with 61 additions and 60 deletions

View File

@@ -3,7 +3,7 @@
*
* Copyright 2000-2002 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.65 2002/11/08 17:37:52 tgl Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.66 2002/11/14 23:53:27 momjian Exp $
*/
/*----------------------------------------------------------------------
@@ -229,7 +229,7 @@ psql_completion(char *text, int start, int end)
"enable_hashjoin",
"geqo",
"fsync",
"server_min_messages",
"log_min_messages",
"client_min_messages",
"debug_assertions",
"log_statement",