\unset ECHO NOTICE: OK `` NOTICE: OK `join_use_nulls 1` NOTICE: OK `join_use_nulls 1, xyz true` NOTICE: OK ` additional_result_filter 'x != 2' ` NOTICE: OK ` additional_result_filter 'x != 2' ,join_use_nulls 1 ` NOTICE: OK ` xxx DEFAULT, yyy foo\,bar, zzz 'He said, \'Hello\'', aaa hi\ there ` NOTICE: ERR 42601 - pg_clickhouse: missing value for parameter "join_use_nulls" in options string NOTICE: ERR 42601 - pg_clickhouse: missing comma after "join_use_nulls" value in options string NOTICE: ERR 42601 - pg_clickhouse: unterminated quoted string in options string NOTICE: ERR 42601 - pg_clickhouse: missing comma after "join_use_nulls" value in options string name | value --------------------+------- final | 1 group_by_use_nulls | 1 join_use_nulls | 1 (3 rows) name | value --------------------+------- final | 1 group_by_use_nulls | 1 join_use_nulls | 1 (3 rows) pg_clickhouse.session_settings --------------------------------------------- + connect_timeout 2, + count_distinct_implementation uniq, + date_time_output_format unix_timestamp,+ format_tsv_null_representation NOPE, + join_algorithm 'prefer_partial_merge', + join_use_nulls 0, + join_use_nulls 1, + log_queries_min_type QUERY_FINISH, + max_block_size 32768, + max_execution_time 45, + max_result_rows 1024, + metrics_perf_events_list 'this,that', + network_compression_method ZSTD, + output_format_tsv_crlf_end_of_line 1, + poll_interval 5, + totals_mode after_having_auto + (1 row) name | value ------------------------------------+---------------------- connect_timeout | 2 count_distinct_implementation | uniq date_time_output_format | unix_timestamp format_tsv_null_representation | NOPE join_algorithm | prefer_partial_merge join_use_nulls | 1 log_queries_min_type | QUERY_FINISH max_block_size | 32768 max_execution_time | 45 max_result_rows | 1024 metrics_perf_events_list | this,that network_compression_method | ZSTD output_format_tsv_crlf_end_of_line | 1 poll_interval | 5 totals_mode | after_having_auto (15 rows) name | value ------------------------------------+---------------------- connect_timeout | 2 count_distinct_implementation | uniq date_time_output_format | iso format_tsv_null_representation | join_algorithm | prefer_partial_merge join_use_nulls | 1 log_queries_min_type | QUERY_FINISH max_block_size | 32768 max_execution_time | 45 max_result_rows | 1024 metrics_perf_events_list | this,that network_compression_method | ZSTD output_format_tsv_crlf_end_of_line | 0 poll_interval | 5 totals_mode | after_having_auto (15 rows) name | ?column? ------------------------------------+---------- connect_timeout | t count_distinct_implementation | t date_time_output_format | t format_tsv_null_representation | t join_algorithm | t join_use_nulls | t log_queries_min_type | t max_block_size | t max_execution_time | t max_result_rows | t metrics_perf_events_list | t network_compression_method | t output_format_tsv_crlf_end_of_line | t poll_interval | t totals_mode | t (15 rows) name | ?column? ------------------------------------+---------- connect_timeout | t count_distinct_implementation | t date_time_output_format | f format_tsv_null_representation | f join_algorithm | t join_use_nulls | t log_queries_min_type | t max_block_size | t max_execution_time | t max_result_rows | t metrics_perf_events_list | t network_compression_method | t output_format_tsv_crlf_end_of_line | t poll_interval | t totals_mode | t (15 rows) NOTICE: drop cascades to foreign table bin_remote_settings NOTICE: drop cascades to foreign table http_remote_settings