@@ -8150,6 +8150,68 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8150
8150
</listitem>
8151
8151
</varlistentry>
8152
8152
8153
+ <varlistentry id="guc-transaction-isolation" xreflabel="transaction_isolation">
8154
+ <term><varname>transaction_isolation</varname> (<type>enum</type>)
8155
+ <indexterm>
8156
+ <primary>transaction isolation level</primary>
8157
+ </indexterm>
8158
+ <indexterm>
8159
+ <primary><varname>transaction_isolation</varname> configuration parameter</primary>
8160
+ </indexterm>
8161
+ </term>
8162
+ <listitem>
8163
+ <para>
8164
+ This parameter reflects the current transaction's isolation level.
8165
+ At the beginning of each transaction, it is set to the current value
8166
+ of <xref linkend="guc-default-transaction-isolation"/>.
8167
+ Any subsequent attempt to change it is equivalent to a <xref
8168
+ linkend="sql-set-transaction"/> command.
8169
+ </para>
8170
+ </listitem>
8171
+ </varlistentry>
8172
+
8173
+ <varlistentry id="guc-transaction-read-only" xreflabel="transaction_read_only">
8174
+ <term><varname>transaction_read_only</varname> (<type>boolean</type>)
8175
+ <indexterm>
8176
+ <primary>read-only transaction</primary>
8177
+ <secondary>setting default</secondary>
8178
+ </indexterm>
8179
+ <indexterm>
8180
+ <primary><varname>transaction_read_only</varname> configuration parameter</primary>
8181
+ </indexterm>
8182
+ </term>
8183
+ <listitem>
8184
+ <para>
8185
+ This parameter reflects the current transaction's read-only status.
8186
+ At the beginning of each transaction, it is set to the current value
8187
+ of <xref linkend="guc-default-transaction-read-only"/>.
8188
+ Any subsequent attempt to change it is equivalent to a <xref
8189
+ linkend="sql-set-transaction"/> command.
8190
+ </para>
8191
+ </listitem>
8192
+ </varlistentry>
8193
+
8194
+ <varlistentry id="guc-transaction-deferrable" xreflabel="transaction_deferrable">
8195
+ <term><varname>transaction_deferrable</varname> (<type>boolean</type>)
8196
+ <indexterm>
8197
+ <primary>deferrable transaction</primary>
8198
+ <secondary>setting default</secondary>
8199
+ </indexterm>
8200
+ <indexterm>
8201
+ <primary><varname>transaction_deferrable</varname> configuration parameter</primary>
8202
+ </indexterm>
8203
+ </term>
8204
+ <listitem>
8205
+ <para>
8206
+ This parameter reflects the current transaction's deferrability status.
8207
+ At the beginning of each transaction, it is set to the current value
8208
+ of <xref linkend="guc-default-transaction-deferrable"/>.
8209
+ Any subsequent attempt to change it is equivalent to a <xref
8210
+ linkend="sql-set-transaction"/> command.
8211
+ </para>
8212
+ </listitem>
8213
+ </varlistentry>
8214
+
8153
8215
8154
8216
<varlistentry id="guc-session-replication-role" xreflabel="session_replication_role">
8155
8217
<term><varname>session_replication_role</varname> (<type>enum</type>)
0 commit comments