docs added

This commit is contained in:
Mikhail Korotov 2020-01-31 21:50:57 +03:00
parent c1bb0d953c
commit 3bbe094707
2 changed files with 8 additions and 0 deletions

View File

@ -804,6 +804,10 @@ The character interpreted as a delimiter in the CSV data. By default, the delimi
For CSV input format enables or disables parsing of unquoted `NULL` as literal (synonym for `\N`).
## output_format_csv_crlf_end_of_line {#settings-output_format_csv_crlf_end_of_line}
For CSV output format replaces the usual line feed LF on the CRLF.
## insert_quorum {#settings-insert_quorum}
Enables quorum writes.

View File

@ -776,6 +776,10 @@ load_balancing = first_or_random
Для формата CSV включает или выключает парсинг неэкранированной строки `NULL` как литерала (синоним для `\N`)
## output_format_csv_crlf_end_of_line {#settings-output_format_csv_crlf_end_of_line}
Для формата CSV заменяет перевод строки LF на CRLF.
## insert_quorum {#settings-insert_quorum}
Включает кворумную запись.