Re: BUG #17077: about three parameters in postgresql 13.3

Поиск
Список
Период
Сортировка
От leiyanliang@highgo.com
Тема Re: BUG #17077: about three parameters in postgresql 13.3
Дата
Msg-id 202107171236202362593@highgo.com
обсуждение исходный текст
Ответ на BUG #17077: about three parameters in postgresql 13.3  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #17077: about three parameters in postgresql 13.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I want to know: this bug report is a problem or not ?




 
Date: 2021-06-30 14:09
Subject: BUG #17077: about three parameters in postgresql 13.3
The following bug has been logged on the website:
 
Bug reference:      17077
Logged by:          yanliang lei
Email address:      leiyanliang@highgo.com
PostgreSQL version: 13.3
Operating system:   CentOS7.6
Description:       
 
Three parameters are
'transaction_deferrable','transaction_isolation','transaction_read_only'。
 
in the following sql statement,there are  three
parameters('transaction_deferrable','transaction_isolation','transaction_read_only')
 
[pg133@VM-0-8-centos ~]$ psql -d postgres
psql (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 | c
ontext | 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 transaction
until it can be executed with no possible serialization failures. |        
  | u
ser    | bool    | override |         |         |                          
                                          | off            | off          
|            |            | f
transaction_isolation  | read committed |      | Client Connection Defaults
/ Statement Behavior | Sets the current transaction's isolation level.     
                                                                  |        
  | u
ser    | enum    | override |         |         | {serializable,"repeatable
read","read committed","read uncommitted"} | read committed | read committed
|            |            | f
transaction_read_only  | off            |      | Client Connection Defaults
/ Statement Behavior | Sets the current transaction's read-only status.    
                                                                  |        
  | u
ser    | bool    | override |         |         |                          
                                          | off            | off          
|            |            | f
(3 rows)
 
postgres=#
 
in the
https://www.postgresql.org/docs/current/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-STATEMENT
 
there is no description about these three parameters。
 

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: IRe: BUG #16792: silent corruption of GIN index resulting in SELECTs returning non-matching rows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17077: about three parameters in postgresql 13.3