Re: BUG #17077: about three parameters in postgresql 13.3 - Mailing list pgsql-bugs
From | leiyanliang@highgo.com |
---|---|
Subject | Re: BUG #17077: about three parameters in postgresql 13.3 |
Date | |
Msg-id | 202107171236202362593@highgo.com Whole thread Raw |
In response to | BUG #17077: about three parameters in postgresql 13.3 (PG Bug reporting form <noreply@postgresql.org>) |
Responses |
Re: BUG #17077: about three parameters in postgresql 13.3
|
List | pgsql-bugs |
I want to know: this bug report is a problem or not ?
From: PG Bug reporting formDate: 2021-06-30 14:09Subject: BUG #17077: about three parameters in postgresql 13.3The following bug has been logged on the website:Bug reference: 17077Logged by: yanliang leiEmail address: leiyanliang@highgo.comPostgreSQL version: 13.3Operating system: CentOS7.6Description:Three parameters are'transaction_deferrable','transaction_isolation','transaction_read_only'。in the following sql statement,there are threeparameters('transaction_deferrable','transaction_isolation','transaction_read_only')[pg133@VM-0-8-centos ~]$ psql -d postgrespsql (13.3)Type "help" for help.postgres=# select * from pg_settings where name in('transaction_deferrable','transaction_isolation','transaction_read_only');name | setting | unit |category |short_desc |extra_desc | context | vartype | source | min_val | max_val |enumvals | boot_val | reset_val| sourcefile | sourceline | pending_restart------------------------+----------------+------+-------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+------------+---------+---------+----------+---------+---------+----------------------------------------------------------------------+----------------+----------------+------------+------------+-----------------transaction_deferrable | off | | Client Connection Defaults/ Statement Behavior | Whether to defer a read-only serializable transactionuntil it can be executed with no possible serialization failures. || user | bool | override | | || off | off| | | ftransaction_isolation | read committed | | Client Connection Defaults/ Statement Behavior | Sets the current transaction's isolation level.|| user | enum | override | | | {serializable,"repeatableread","read committed","read uncommitted"} | read committed | read committed| | | ftransaction_read_only | off | | Client Connection Defaults/ Statement Behavior | Sets the current transaction's read-only status.|| user | bool | override | | || off | off| | | f(3 rows)postgres=#in thehttps://www.postgresql.org/docs/current/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-STATEMENTthere is no description about these three parameters。
pgsql-bugs by date: