Maksim Kita
c2c621c6dc
Dictionary attributes updated documentation
2021-10-06 23:33:36 +03:00
Ivan Blinkov
a7cbad50ed
fixes and cleanup
2021-09-20 11:08:21 +03:00
Ivan Blinkov
f429db1ee9
find . -type f -name '*.md'| xargs -I{} perl -pi -e 's| https://clickhouse.tech | https://clickhouse.com |g' {}
2021-09-19 23:05:54 +03:00
olgarev
2570e270d7
DOCSUP-13593: Alter view ( #28911 )
...
* Alter mv and lv (en)
* Translated to Russian. Fixes.
* Fixes
* Update docs/en/sql-reference/statements/alter/view.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2021-09-17 12:07:32 +03:00
Maksim Kita
4f4cc9d740
Merge pull request #27994 from lehasm/alexey-sm-DOCSUP-13375-document-CREATE-DROP-FUNCTION
...
DOCSUP-13375: Document the SQL-statements CREATE FUNCTION and DROP FUNCTION
2021-09-10 00:55:43 +03:00
Alexey
d738f45ec0
Examples fixed
2021-09-04 16:31:04 +00:00
Alexey
d9aee1bf7b
Merge branch 'alexey-sm-DOCSUP-13375-document-CREATE-DROP-FUNCTION' of https://github.com/lehasm/ClickHouse into alexey-sm-DOCSUP-13375-document-CREATE-DROP-FUNCTION
2021-09-01 18:37:42 +00:00
Alexey
299fc2604a
Example fixed
2021-09-01 18:36:35 +00:00
Thomas Berdy
e5511944bc
doc: Warn about MV using column names during insertion
2021-08-27 18:40:35 +02:00
Artur Filatenkov
31c7e22bd6
correct style
2021-08-25 18:29:25 +03:00
lehasm
79c3b35c6e
Update docs/en/sql-reference/statements/create/function.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-23 22:29:38 +03:00
lehasm
7ba2e9df3e
Update docs/en/sql-reference/statements/create/function.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-23 22:29:18 +03:00
Alexey
1e4b90f351
Description improved
...
First example changed, new example added
2021-08-22 19:57:59 +00:00
Alexey
77a1a35a05
Additional links to CREATE and DROP FUNCTION
2021-08-21 12:38:44 +00:00
Alexey
8c7c928f62
Description draft
2021-08-21 12:38:19 +00:00
Filatenkov Artur
3a32aa0dff
Update table.md
2021-08-12 16:03:35 +03:00
Artur Filatenkov
d8434539a7
comment docs
2021-08-09 17:17:22 +03:00
万康
66631ca680
add column default_database
2021-08-01 08:11:01 +08:00
PHO
6425dd001a
Add a codec AES_128_GCM_SIV for encrypting columns on disk ( #19896 )
...
* Add a codec Encrypted() for encrypting columns on disk
While this is implemented as a compression codec, it does not actually compress data. It instead encrypts data on disk. The key is obtained by executing a user-specified command at the server startup, or if it's not specified the codec refuses to process any data. For now the only supported cipher is 'AES-128-GCM-SIV'.
2021-07-30 12:12:33 +03:00
Alexey Milovidov
df3be36758
Remove trailing whitespaces from docs
2021-07-29 18:27:50 +03:00
Alexey Milovidov
d87d833691
Remove trailing whitespaces from docs
2021-07-29 18:20:55 +03:00
Andy Liang
cbdcfaaee7
table.md compression codec example sql
...
The example SQL is missing a comma ","
2021-07-18 11:06:08 -04:00
Kseniia Sumarokova
67e2695e8b
Merge pull request #24548 from kirillikoff/DOCSUP-9474-document-table-comments
...
Docsup 9474: document table comments
2021-05-31 11:11:27 +03:00
kirillikoff
fa8a0ca69d
Update table.md
2021-05-31 10:00:19 +03:00
kirillikoff
0ca47b2d1a
Update docs/en/sql-reference/statements/create/table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-29 18:23:59 +03:00
kirillikoff
33ec902597
Update docs/en/sql-reference/statements/create/table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-29 18:23:49 +03:00
Tatiana Kirillova
ee049678a1
Translation into Russian and system.tables
2021-05-29 16:42:21 +03:00
kirillikoff
d537da1871
Update docs/en/sql-reference/statements/create/table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-28 11:30:24 +03:00
kirillikoff
693df20ccc
Update docs/en/sql-reference/statements/create/table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-28 11:30:19 +03:00
Romain Neutron
7b515c7235
Avoid short syntax
2021-05-27 21:44:11 +02:00
Tatiana Kirillova
a134507492
Document table comments update
2021-05-26 21:36:38 +03:00
Tatiana Kirillova
ea16fb3c8a
Document table comments
2021-05-26 21:12:52 +03:00
Vitaly Baranov
284171517f
Merge pull request #23940 from sevirov/sevirov-DOCSUP-7668-update_the_sql_statement_create_alter_user
...
DOCSUP-7668: Update the SQL-statement CREATE/ALTER USER
2021-05-14 08:37:54 +03:00
Dmitriy
2c9530484d
Update user.md
...
Сделал ссылку на GRANT OPTION.
2021-05-14 00:46:57 +03:00
Dmitriy
7e235f9836
corrections according to the comments
...
Исправил согласно комментариям в PR.
2021-05-13 23:05:11 +03:00
Dmitriy
d0db5623c1
Translate to Russian
...
Выполнил перевод на русский язык.
2021-05-10 22:51:26 +03:00
sevirov
b95594b5d3
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:50:11 +03:00
sevirov
89f9f7def6
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:44 +03:00
sevirov
359bef442f
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:37 +03:00
sevirov
2724f3fc48
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:30 +03:00
Dmitriy
da82898c1c
Delete the original article
...
Удалил ссылки на оригинальную статью.
2021-05-08 00:13:14 +03:00
Dmitriy
8817c75750
Add the GRANTEES clause
...
Добавил новую секцию GRANTEES для запросов CREATE USER and ALTER USER.
2021-05-07 23:49:15 +03:00
alexey-milovidov
264b30d738
Update row-policy.md
2021-05-06 16:27:59 +03:00
tavplubix
31ab3135fc
Merge pull request #22620 from adevyatova/annadevyatova-DOCSUP-5887
...
DOCSUP-5887: Update the SQL-statement CREATE TABLE
2021-04-19 17:09:24 +03:00
Anna
781980159c
Update table.md
2021-04-19 15:55:28 +03:00
Vitaly Baranov
660efccbe2
Improve documentation for CREATE ROW POLICY command #2 .
2021-04-17 19:24:11 +03:00
Vitaly Baranov
88e2d28666
Improve documentation for CREATE ROW POLICY command.
2021-04-16 10:57:33 +03:00
adevyatova
d8ce971897
Minor fixes
2021-04-12 07:49:53 +00:00
adevyatova
06b57c6bf5
add example
2021-04-04 17:55:40 +00:00
Anna
0945285fae
Merge branch 'master' into annadevyatova-DOCSUP-6113-atomic
2021-04-02 14:45:10 +03:00