|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
11 | 11 | *
|
12 | 12 | * IDENTIFICATION
|
13 |
| - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.324 2006/06/2722:16:44 momjian Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.325 2006/06/2723:25:28 tgl Exp $ |
14 | 14 | *
|
15 | 15 | *--------------------------------------------------------------------
|
16 | 16 | */
|
@@ -732,8 +732,7 @@ static struct config_bool ConfigureNamesBool[] =
|
732 | 732 | {
|
733 | 733 | {"update_process_title",PGC_SUSET,STATS_COLLECTOR,
|
734 | 734 | gettext_noop("Updates the process title to show the active SQL command."),
|
735 |
| -gettext_noop("Enables updating of the process title every time a new |
736 |
| -SQLcommandisreceivedbytheserver.") |
| 735 | +gettext_noop("Enables updating of the process title every time a new SQL command is received by the server.") |
737 | 736 | },
|
738 | 737 | &update_process_title,
|
739 | 738 | true,NULL,NULL
|
|