11\unset ECHO
2+ ch_noop_bigint
3+ ----------------
4+
5+ (1 row)
6+
27NOTICE: OK ``
38NOTICE: OK `join_use_nulls=1`
49NOTICE: OK `join_use_nulls=1, xyz=true`
@@ -9,4 +14,98 @@ NOTICE: ERR 42601 - pg_clickhouse: missing "=" after "join_use_nulls" in option
914NOTICE: ERR 42601 - pg_clickhouse: missing "=" after "join_use_nulls" in options string
1015NOTICE: ERR 42601 - pg_clickhouse: unterminated quoted string in options string
1116NOTICE: ERR 42601 - pg_clickhouse: missing comma after "join_use_nulls" value in options string
12- NOTICE: drop cascades to foreign table remote_settings
17+ name | value
18+ ----------------+-------
19+ join_use_nulls | 1
20+ (1 row)
21+
22+ name | value
23+ ----------------+-------
24+ join_use_nulls | 1
25+ (1 row)
26+
27+ pg_clickhouse.session_settings
28+ ----------------------------------------------
29+ +
30+ connect_timeout = 2, +
31+ count_distinct_implementation = uniq, +
32+ join_algorithm = 'prefer_partial_merge',+
33+ join_use_nulls = 0, +
34+ join_use_nulls = 1, +
35+ log_queries_min_type = QUERY_FINISH, +
36+ max_block_size = 32768, +
37+ max_execution_time = 45, +
38+ max_result_rows = 1024, +
39+ metrics_perf_events_list = 'this,that', +
40+ network_compression_method = ZSTD, +
41+ poll_interval = 5, +
42+ totals_mode = after_having_auto +
43+
44+ (1 row)
45+
46+ name | value
47+ -------------------------------+----------------------
48+ connect_timeout | 2
49+ count_distinct_implementation | uniq
50+ join_algorithm | prefer_partial_merge
51+ join_use_nulls | 1
52+ log_queries_min_type | QUERY_FINISH
53+ max_block_size | 32768
54+ max_execution_time | 45
55+ max_result_rows | 1024
56+ metrics_perf_events_list | this,that
57+ network_compression_method | ZSTD
58+ poll_interval | 5
59+ totals_mode | after_having_auto
60+ (12 rows)
61+
62+ name | value
63+ -------------------------------+----------------------
64+ connect_timeout | 2
65+ count_distinct_implementation | uniq
66+ join_algorithm | prefer_partial_merge
67+ join_use_nulls | 1
68+ log_queries_min_type | QUERY_FINISH
69+ max_block_size | 32768
70+ max_execution_time | 45
71+ max_result_rows | 1024
72+ metrics_perf_events_list | this,that
73+ network_compression_method | ZSTD
74+ poll_interval | 5
75+ totals_mode | after_having_auto
76+ (12 rows)
77+
78+ name | ?column?
79+ -------------------------------+----------
80+ connect_timeout | t
81+ count_distinct_implementation | t
82+ join_algorithm | t
83+ join_use_nulls | t
84+ log_queries_min_type | t
85+ max_block_size | t
86+ max_execution_time | t
87+ max_result_rows | t
88+ metrics_perf_events_list | t
89+ network_compression_method | t
90+ poll_interval | t
91+ totals_mode | t
92+ (12 rows)
93+
94+ name | ?column?
95+ -------------------------------+----------
96+ connect_timeout | t
97+ count_distinct_implementation | t
98+ join_algorithm | t
99+ join_use_nulls | t
100+ log_queries_min_type | t
101+ max_block_size | t
102+ max_execution_time | t
103+ max_result_rows | t
104+ metrics_perf_events_list | t
105+ network_compression_method | t
106+ poll_interval | t
107+ totals_mode | t
108+ (12 rows)
109+
110+ NOTICE: drop cascades to foreign table bin_remote_settings
111+ NOTICE: drop cascades to foreign table http_remote_settings
0 commit comments