|
1 | 1 | query TT
|
2 | 2 | SELECT name, setting FROM pg_catalog.pg_settings order by name;
|
3 | 3 | ----
|
4 |
| -application_name psql |
5 |
| -background_ddl false |
6 |
| -batch_enable_distributed_dml false |
7 |
| -batch_parallelism 0 |
8 |
| -bytea_output hex |
9 |
| -client_encoding UTF8 |
10 |
| -client_min_messages notice |
11 |
| -create_compaction_group_for_mv false |
12 |
| -datestyle |
13 |
| -extra_float_digits 1 |
14 |
| -idle_in_transaction_session_timeout 60000 |
15 |
| -intervalstyle |
16 |
| -lock_timeout 0 |
17 |
| -max_split_range_gap 8 |
18 |
| -query_epoch 0 |
19 |
| -query_mode auto |
20 |
| -row_security true |
21 |
| -rw_batch_enable_lookup_join true |
22 |
| -rw_batch_enable_sort_agg true |
23 |
| -rw_enable_join_ordering true |
24 |
| -rw_enable_share_plan true |
25 |
| -rw_enable_two_phase_agg true |
26 |
| -rw_force_split_distinct_agg false |
27 |
| -rw_force_two_phase_agg false |
28 |
| -rw_implicit_flush false |
29 |
| -rw_streaming_allow_jsonb_in_stream_key false |
30 |
| -rw_streaming_enable_bushy_join true |
31 |
| -rw_streaming_enable_delta_join false |
32 |
| -rw_streaming_over_window_cache_policy full |
33 |
| -search_path "$user", public |
34 |
| -server_encoding UTF8 |
35 |
| -server_version 9.5.0 |
36 |
| -server_version_num 90500 |
37 |
| -sink_decouple default |
38 |
| -standard_conforming_strings on |
39 |
| -statement_timeout 0 |
40 |
| -streaming_enable_arrangement_backfill false |
41 |
| -streaming_parallelism 0 |
42 |
| -streaming_rate_limit 0 |
43 |
| -synchronize_seqscans false |
44 |
| -timezone UTC |
45 |
| -transaction_isolation read committed |
46 |
| -visibility_mode default |
| 4 | +application_name (empty) |
| 5 | +background_ddl false |
| 6 | +batch_enable_distributed_dml false |
| 7 | +batch_parallelism 0 |
| 8 | +bytea_output hex |
| 9 | +client_encoding UTF8 |
| 10 | +client_min_messages notice |
| 11 | +create_compaction_group_for_mv false |
| 12 | +datestyle (empty) |
| 13 | +extra_float_digits 1 |
| 14 | +idle_in_transaction_session_timeout 60000 |
| 15 | +intervalstyle (empty) |
| 16 | +lock_timeout 0 |
| 17 | +max_split_range_gap 8 |
| 18 | +query_epoch 0 |
| 19 | +query_mode auto |
| 20 | +row_security true |
| 21 | +rw_batch_enable_lookup_join true |
| 22 | +rw_batch_enable_sort_agg true |
| 23 | +rw_enable_join_ordering true |
| 24 | +rw_enable_share_plan true |
| 25 | +rw_enable_two_phase_agg true |
| 26 | +rw_force_split_distinct_agg false |
| 27 | +rw_force_two_phase_agg false |
| 28 | +rw_implicit_flush false |
| 29 | +rw_streaming_allow_jsonb_in_stream_key false |
| 30 | +rw_streaming_enable_bushy_join true |
| 31 | +rw_streaming_enable_delta_join false |
| 32 | +rw_streaming_over_window_cache_policy full |
| 33 | +search_path "$user", public |
| 34 | +server_encoding UTF8 |
| 35 | +server_version 9.5.0 |
| 36 | +server_version_num 90500 |
| 37 | +sink_decouple default |
| 38 | +standard_conforming_strings on |
| 39 | +statement_timeout 0 |
| 40 | +streaming_enable_arrangement_backfill false |
| 41 | +streaming_parallelism 0 |
| 42 | +streaming_rate_limit 0 |
| 43 | +synchronize_seqscans false |
| 44 | +timezone UTC |
| 45 | +transaction_isolation read committed |
| 46 | +visibility_mode default |
47 | 47 |
|
48 | 48 | query TT
|
49 | 49 | SELECT * FROM pg_catalog.pg_settings where name='dummy';
|
|
0 commit comments