mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Wording improvements
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.426 2007/11/15 21:14:41 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.427 2007/12/27 13:02:48 petere Exp $
|
||||
*
|
||||
*--------------------------------------------------------------------
|
||||
*/
|
||||
@ -2024,7 +2024,7 @@ static struct config_string ConfigureNamesString[] =
|
||||
{"session_replication_role", PGC_SUSET, CLIENT_CONN_STATEMENT,
|
||||
gettext_noop("Sets the sessions behavior for triggers and rewrite rules."),
|
||||
gettext_noop("Each session can be either"
|
||||
" \"origin\", \"replica\" or \"local\".")
|
||||
" \"origin\", \"replica\", or \"local\".")
|
||||
},
|
||||
&session_replication_role_string,
|
||||
"origin", assign_session_replication_role, NULL
|
||||
|
Reference in New Issue
Block a user