Alexey
299fc2604a
Example fixed
2021-09-01 18:36:35 +00: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
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
Anna
56cf8f10be
update atomic desc, add settings desc
2021-04-01 15:50:47 +03:00
michon470
27fdd823ba
Update docs/en/sql-reference/statements/create/view.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-29 00:16:02 +03:00
michon470
5b865a15ea
Update docs/en/sql-reference/statements/create/view.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-29 00:15:48 +03:00
michon470
ca071ec971
Update docs/en/sql-reference/statements/create/view.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-29 00:13:59 +03:00
michon470
d8931e504e
Merge branch 'master' into kuriatnikovm-DOCSUP-7105-translate_changes
2021-03-25 16:32:39 +03:00
Nikolai Kochetov
c2cbdf89a0
Merge pull request #21601 from ka1bi4/romanzhukov-DOCSUP-7042-deltaSum-quota-type
...
DOCSUP-7042: Edit and translate to Russian (deltaSum function and queries quota type)
2021-03-23 12:05:28 +03:00
alexey-milovidov
49cdd5e434
Merge pull request #21714 from taleh007/patch-1
...
Add link to `DROP VIEW` command
2021-03-22 23:45:12 +03:00
alexey-milovidov
06ce573c3c
Update view.md
2021-03-22 23:44:31 +03:00
Maksim Kita
18abfc99d5
Merge pull request #21723 from olgarev/revolg-DOCSUP-6548-Edit_and_translate
...
DOCSUP-6548: Edit and translate
2021-03-21 20:56:02 +03:00
Mikhail
5c21dd747a
changes according to task comment
2021-03-21 08:57:55 +03:00
Mikhail
a51df819f6
Update view.md
2021-03-21 06:34:15 +03:00
Roman Bug
2248001079
Merge branch 'master' into romanzhukov-DOCSUP-7042-deltaSum-quota-type
2021-03-18 16:33:38 +03:00