From b5518c8e886758800576ebf74eaa525eb3aa5550 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 27 Jan 2008 19:12:28 +0000 Subject: 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. --- doc/src/sgml/config.sgml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index a64dabfd058..30ca1c219c9 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -3841,6 +3841,24 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; + + session_replication_role (string) + + session_replication_role configuration parameter + + + + Controls firing of replication-related triggers and rules for the + current session. Setting this variable requires + superuser privilege and results in discarding any previously cached + query plans. Possible values are origin (the default), + replica and local. + See for + more information. + + + + statement_timeout (integer) @@ -3858,23 +3876,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; - - session_replication_role (string) - - session_replication_role configuration parameter - - - - Controls the trigger and rule firing for the current session. - See for the different options to - enable or disable triggers and rules. Setting the variable requires - superuser privilege and can only be done before any query plans have - been cached. Possible values are origin, - replica and local. - - - - vacuum_freeze_min_age (integer) -- cgit v1.2.3