mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Minor editorial improvements in documentation of session_replication_role;
in particular correct the obsolete claim that it can't be changed once any plans have been cached.
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.430 2008/01/14 19:18:53 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.431 2008/01/27 19:12:28 tgl Exp $
|
||||
*
|
||||
*--------------------------------------------------------------------
|
||||
*/
|
||||
@ -2022,7 +2022,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("Sets the session's behavior for triggers and rewrite rules."),
|
||||
gettext_noop("Each session can be either"
|
||||
" \"origin\", \"replica\", or \"local\".")
|
||||
},
|
||||
|
@ -414,8 +414,8 @@
|
||||
#check_function_bodies = on
|
||||
#default_transaction_isolation = 'read committed'
|
||||
#default_transaction_read_only = off
|
||||
#session_replication_role = 'origin'
|
||||
#statement_timeout = 0 # 0 is disabled
|
||||
#session_replication_role = "origin"
|
||||
#vacuum_freeze_min_age = 100000000
|
||||
#xmlbinary = 'base64'
|
||||
#xmloption = 'content'
|
||||
|
Reference in New Issue
Block a user