Dan Roscigno
b5a306c4db
Merge branch 'master' into standardize-dictionary-categories
2022-11-14 21:30:05 -05:00
Kruglov Pavel
0270f6003c
Merge branch 'master' into add-format-func-doc
2022-11-11 14:05:34 +01:00
DanRoscigno
34f90ff6ef
update pages that refer to dictionaries
2022-11-07 09:26:50 -05:00
Kruglov Pavel
95e64310a6
Update format.md
2022-11-01 14:06:45 +01:00
Alexander Gololobov
800e789ac4
Small fix
2022-10-29 09:26:16 +02:00
avogar
5412911592
Add documentation for 'format' table function
2022-10-28 17:43:28 +00:00
SmitaRKulkarni
e860ecc80c
Merge branch 'master' into 42414_Enable_functions_in_readonly_mode
2022-10-27 08:26:44 +02:00
Smita Kulkarni
6a8fa2d4a5
Added new field allow_readonly in system.table_functions to allow using table functions in readonly mode.
...
Implementation:
* Added a new field allow_readonly to table system.table_functions.
* Updated to use new field allow_readonly to allow using table functions in readonly mode.
* Added TableFunctionProperties similar to AggregateFunctionProperties.
* The functions allowed in readonly mode are in this set table_functions_allowed_in_readonly_mode.
Testing:
* Added a test for filesystem tests/queries/0_stateless/02473_functions_in_readonly_mode.sh
Documentation:
* Updated the english documentation for Table Functions.
2022-10-26 18:45:23 +02:00
Smita Kulkarni
32fad205f0
Added documentation for file and s3 - 36316 Support ** glob for recursive directory traversal
2022-10-18 14:08:26 +02:00
Александр
97e55ca2f5
Merge branch 'master' into docs_table_function_update
2022-09-01 14:01:32 +02:00
Aleksandr Musorin
310e1484f6
docs - updated optional parameters for table functions
2022-09-01 13:28:56 +02:00
DanRoscigno
76a3212fc8
replace symlinks
2022-08-29 12:26:17 -04:00
DanRoscigno
c4b8137d31
replace symlinks
2022-08-29 12:19:50 -04:00
DanRoscigno
5b5fcc56aa
add slugs
2022-08-28 10:53:34 -04:00
DanRoscigno
b268e4206a
remove indent as it causes codeblock
2022-08-10 20:09:43 -04:00
Dan Roscigno
9955b097d4
spelling
2022-07-14 09:00:54 -04:00
DanRoscigno
add169278b
fix indent and link
2022-07-13 19:27:33 -04:00
DanRoscigno
7ce5757d90
add migration example
2022-07-13 15:07:20 -04:00
Ilya Yatsishin
54cd5fce29
Update url.md
2022-07-08 15:56:21 +02:00
DanRoscigno
95c3eff4c7
remove 404ing original article URL
2022-06-30 11:17:38 -04:00
rfraposa
869967de41
Remove H1 anchor tags from docs
2022-06-02 04:55:18 -06:00
rfraposa
8f01fe9c49
Revised /en folder
2022-04-09 07:34:21 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Alexey Milovidov
9854b55835
Revert "Format changes for new docs"
2022-04-04 02:05:35 +03:00
rfraposa
560471f991
Update /sql-reference docs
2022-03-29 22:06:21 -06:00
rfraposa
ecbdfdea08
Incorporated feedback
2022-03-12 10:04:51 -06:00
rfraposa
5a4466cec7
Update references in docs
2022-03-12 00:24:31 -06:00
Zhichang Yu
869cdbeb44
added table function hdfsCluster
2021-12-20 13:14:44 +00:00
Alexey
83886b76a3
INSERT INTO TABLE FUNCTION draft
2021-11-22 19:17:00 +00:00
olgarev
dd2698ed98
Possible values for db name
2021-11-02 14:29:20 +00:00
olgarev
c17bf072fe
Initial
2021-11-01 10:39:25 +00: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
Vladimir C
27cd75eaa1
Apply suggestions from code review
2021-09-10 09:31:49 +03:00
olgarev
b6dea3e8e3
Apply suggestions from code review
2021-09-09 22:33:59 +03:00
olgarev
89744e908c
Update docs/en/sql-reference/table-functions/s3.md
2021-09-09 22:26:51 +03:00
olgarev
cd687614fa
Apply suggestions from code review
2021-09-09 22:25:04 +03:00
olgarev
e160f64917
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-09-09 22:23:02 +03:00
Olga Revyakina
a62c428291
Translated and minor fixes
2021-09-08 05:52:17 +03:00
Olga Revyakina
cd038979d4
Initial (en)
2021-09-08 05:32:02 +03:00
alexey-milovidov
b6d9fe6f88
Fix idiotic markup
2021-08-25 03:36:42 +03:00
Kseniia Sumarokova
a08fde9226
Merge pull request #27703 from adevyatova/annadevyatova-DOCSUP-11655-sqlite
...
DOCSUP-11655: Document the SQLite
2021-08-22 21:46:44 +03:00
Anna
244c62ceb0
Update docs/en/sql-reference/table-functions/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:30:18 +03:00
Anna
a66c3c1687
Update docs/en/sql-reference/table-functions/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:30:10 +03:00
Anna
1d2a6234bc
Update docs/en/sql-reference/table-functions/sqlite.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-19 07:29:38 +03:00
adevyatova
fcf3413ac9
Small fixes
2021-08-18 13:40:09 +00:00
adevyatova
4fb4387180
Added examples
2021-08-18 13:32:34 +00:00
olgarev
f35b142e21
Apply suggestions from code review
2021-08-18 02:03:46 +03:00
olgarev
21ddac09c6
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-18 02:01:49 +03:00
olgarev
9b44146b9f
Links fixed
2021-08-17 01:54:48 +00:00
olgarev
4ad85ca745
Initial
2021-08-16 23:00:38 +00:00
adevyatova
a54060dd02
Add en description
2021-08-15 16:34:10 +00:00
adevyatova
346def3666
Update
2021-08-15 14:11:37 +00:00
adevyatova
be8d87029c
Add templates
2021-08-15 13:53:49 +00: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
Alexey
4a57267c5b
Sections about Globs moved at the very end, after examples
2021-07-22 19:30:53 +00:00
Alexey
e6733c7934
New variant translated into russian
...
Some more improvements
2021-07-20 06:28:08 +00:00
Alexey
d0a77deea8
'Globs in Addresses' now is a header
...
Russian settings description added
2021-07-19 19:36:35 +00:00
Alexey
e127110709
Title changed to Globs in Addresses
...
Section moved to remote() and replaced previous text there.
Created a link from url() to remote().
New settings are mentioned also.
2021-07-15 15:58:47 +00:00
Alexey
fc7f84d0d0
Minor updates
2021-07-13 05:24:31 +00:00
Alexey
6f274db4b3
Examples from remote
2021-07-13 04:37:50 +00:00
Alexey
da93382d75
[Original article] removed
2021-07-10 08:35:31 +00:00
Alexey
36b8d899a7
Description updated
2021-07-10 08:35:12 +00:00
Alexey
490871cf9f
Draft
2021-07-06 18:55:44 +00:00
Nikita Mikhaylov
a13a7f65d8
Merge pull request #25511 from sevirov/sevirov-DOCSUP-8660-table_function_s3cluster
...
DOCSUP-8660: Table function s3Cluster
2021-06-29 14:51:48 +04:00
Nikita Mikhaylov
504db73840
Update docs/en/sql-reference/table-functions/s3Cluster.md
2021-06-29 14:51:36 +04:00
Kseniia Sumarokova
140d21fae8
Update mysql.md
2021-06-27 23:26:10 +03:00
Kseniia Sumarokova
35cd86c350
Update postgresql.md
2021-06-27 23:25:36 +03:00
Dmitriy
7a95569d90
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-8324-document_the_support_of_replicas_and_shards_in_mysql_postgresql
2021-06-27 20:44:12 +03:00
sevirov
8766a981b2
Update docs/en/sql-reference/table-functions/postgresql.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-27 12:26:20 +03:00
sevirov
92726cf8e2
Update docs/en/sql-reference/table-functions/mysql.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-27 12:26:12 +03:00
sevirov
64652c3597
Update docs/en/sql-reference/table-functions/s3Cluster.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-25 19:55:25 +03:00
Dmitriy
48e19f0c39
Create ExternalDistributed.md
...
Задокументировал новый табличный движок ExternalDistributed.
2021-06-24 22:29:57 +03:00
Dmitriy
a1e65ae260
Translate to Russian
...
Выполнил перевод на русский язык.
2021-06-22 21:50:51 +03:00
sevirov
d172509c77
Update docs/en/sql-reference/table-functions/s3Cluster.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-22 19:29:07 +03:00
sevirov
1230efb03b
Update docs/en/sql-reference/table-functions/s3Cluster.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-22 19:28:53 +03:00
sevirov
a870dec0ef
Update docs/en/sql-reference/table-functions/s3Cluster.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-22 19:28:44 +03:00
sevirov
39fef21d67
Update docs/en/sql-reference/table-functions/s3Cluster.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-22 19:28:36 +03:00
sevirov
5edc97cd93
Update docs/en/sql-reference/table-functions/s3Cluster.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-22 19:28:25 +03:00
sevirov
30d730ab50
Update docs/en/sql-reference/table-functions/s3Cluster.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-22 19:27:23 +03:00
sevirov
9d084510c7
Update docs/en/sql-reference/table-functions/s3Cluster.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-06-22 19:24:58 +03:00
Dmitriy
6e3b1841de
Update s3Cluster.md
...
Поправил примеры.
2021-06-21 20:51:11 +03:00
Dmitriy
89e7857012
Create s3Cluster.md
...
Сделал грязный черновик описания табличной функции s3Cluster. Буду корректировать примеры, которые не работают.
2021-06-20 01:25:11 +03:00
Zhichun Wu
f1417adfaf
Update JDBC bridge related docs
2021-06-11 17:37:38 +08:00
tavplubix
634730f4dc
Update s3.md
2021-06-07 17:08:20 +03:00
Maksim Kita
50042df428
Merge pull request #24286 from sevirov/sevirov-DOCSUP-7842-document_the_dictionary_function
...
DOCSUP-7842: Document the dictionary function
2021-06-02 22:28:33 +03:00
Romain Neutron
7b515c7235
Avoid short syntax
2021-05-27 21:44:11 +02:00
sevirov
620f275523
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:13:05 +03:00
sevirov
2a1c5acd31
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:12:40 +03:00
sevirov
c8b9a464d7
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:12:30 +03:00
sevirov
8877c3b5c5
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:12:20 +03:00
sevirov
fee5351387
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:12:10 +03:00
Dmitriy
b37f9c20e2
Update dictionary.md
...
Поправил пример.
2021-05-24 20:07:43 +03:00
Dmitriy
b5421209e3
Fix link
...
Поправил ссылку.
2021-05-19 18:20:52 +03:00
Dmitriy
31d1b92fdc
Create dictionary.md
...
Задокументировал табличную функцию dictionary.
2021-05-19 16:19:49 +03:00
Roman Bug
0dbc167cb3
Merge branch 'master' into romanzhukov-DOCSUP-7086-add-s3-translation-ru
2021-04-15 15:47:12 +03:00
Alexey
0ef827ded7
added indent in tables
2021-04-08 19:32:27 +00:00
Roman Bug
e0fcc57ffc
Merge branch 'master' into romanzhukov-DOCSUP-7086-add-s3-translation-ru
2021-04-04 12:45:39 +03:00
Olga Revyakina
6690a2e043
Last changes restored
2021-03-30 20:35:38 +03:00
olgarev
c27e6ce6d0
Merge branch 'master' into revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine
2021-03-28 01:00:43 +03:00
romanzhukov
49aeac2678
DOCSUP-7086: Fix last ticket comments.
2021-03-25 17:24:42 +03:00
Roman Bug
ec6efa936b
Merge branch 'master' into romanzhukov-DOCSUP-7086-add-s3-translation-ru
2021-03-24 19:17:06 +03:00
Anna
82a0340490
Fixes after review
2021-03-21 17:23:16 +03:00
Anna
357cd6fb94
Merge branch 'master' into annadevyatova-DOCSUP-5841-translate
2021-03-21 17:00:19 +03:00
Roman Bug
625195b01e
Merge branch 'master' into romanzhukov-DOCSUP-7086-add-s3-translation-ru
2021-03-20 17:36:40 +03:00
Olga Revyakina
f3c0acf753
Small fix before the second start
2021-03-20 13:41:58 +03:00
Olga Revyakina
89f5a64cc0
Merge branch 'master' into revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine
2021-03-20 12:48:25 +03:00
Vladimir
b1f22e893e
Merge branch 'master' into sevirov-DOCSUP-7098-edit_translate_russian_docs_templates
2021-03-15 15:57:54 +03:00
olgarev
bad099d15e
Merge branch 'master' into revolg-DOCSUP-5920-PostgreSQL_function_dictionary_engine
2021-03-14 20:35:22 +03:00
Alexey Milovidov
ecb686b0be
Fix some broken links
2021-03-14 15:29:23 +03:00
Alexey Milovidov
8c9bd09e6c
Remove broken "Original article"
2021-03-14 15:19:04 +03:00
Dmitriy
aad98b368e
Edit and translate to Russian
...
Поправил шаблоны в английской и русской версиях.
2021-03-13 21:18:45 +03:00
Anna
af2e8b6e37
Update docs/en/sql-reference/table-functions/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 09:13:46 +03:00
Anna
f3dd9f6bbf
Update docs/en/sql-reference/table-functions/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 09:13:40 +03:00
Anna
14b98cb903
Update docs/en/sql-reference/table-functions/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 09:13:31 +03:00
Anna
413d60e225
Update docs/en/sql-reference/table-functions/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:49:05 +03:00
Anna
9de3e8d09f
Update docs/en/sql-reference/table-functions/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:48:52 +03:00
Anna
b87e687444
Update docs/en/sql-reference/table-functions/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:48:31 +03:00
Anna
b186bf611b
Update docs/en/sql-reference/table-functions/s3.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-03-10 08:48:04 +03:00
olgarev
a4bd6939c9
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-03-09 23:46:47 +03:00
alexey-milovidov
08081fe965
Update index.md
2021-03-08 03:40:29 +03:00
alexey-milovidov
9922d8e102
Update index.md
2021-03-08 03:40:29 +03:00
alexey-milovidov
a165089ee3
Update odbc.md
2021-03-08 03:40:29 +03:00
Slach
5016b30209
replace posgresql
to postgresql
2021-03-08 03:40:29 +03:00
Slach
ddd5acf251
try to fix "fake" nowhere links according to https://github.com/ClickHouse/ClickHouse/pull/21268#issuecomment-787106299
2021-03-08 03:40:29 +03:00
Eugene Klimov
c2e97c2951
Update docs/en/sql-reference/table-functions/postgresql.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-03-08 03:40:29 +03:00
Slach
7c91b1d6e6
fix multi dimensional array warning - https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580829045
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:39:24 +03:00
Slach
5791cf5f2b
fix review comments https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580413875 and https://github.com/ClickHouse/ClickHouse/pull/21078#discussion_r580410204
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:39:24 +03:00
Slach
831135432f
add PostgreSQL engine and table function documentation
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-03-08 03:39:24 +03:00
romanzhukov
13b4e7dc38
DOCSUP-7086: Fix En version by PR comments.
2021-03-05 17:31:55 +03:00
Anna
061f1bbe6b
minor fixed
2021-03-05 12:54:17 +03:00
Anna
bb2061dd8f
revert some changes
2021-03-05 12:22:15 +03:00
Anna
c9cdde9983
Minor fixed
2021-03-05 12:10:35 +03:00
Anna
7ccbd63e25
minor fixed
2021-03-05 11:59:06 +03:00
Anna
1bceed4984
casting to template
2021-03-05 11:31:16 +03:00
Anna
178134ba23
edit en text
2021-03-05 11:00:49 +03:00
Olga Revyakina
720bef8ae2
Links in index.md files
2021-02-27 04:14:56 +03:00
Olga Revyakina
106772af33
Fixes
2021-02-27 03:59:03 +03:00
Olga Revyakina
c11824b156
Dictionary
2021-02-27 03:29:56 +03:00
Olga Revyakina
64322d2212
Table engine and function
2021-02-27 03:01:02 +03:00
tavplubix
b8418533a3
Update docs/en/sql-reference/table-functions/url.md
2021-02-26 17:28:56 +03:00
Dmitriy
efb17c0f31
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-6544-edit_translate_russian_insert_query_support
2021-02-25 23:34:36 +03:00
Dmitriy
90527556ad
Fix by the comments
...
Поправил на основании комментарий разработчика.
2021-02-25 22:21:11 +03:00
sevirov
4b4c37a719
Update docs/en/sql-reference/table-functions/file.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-02-18 21:42:38 +03:00
Evgeniia Sudarikova
e350891405
resolved conflict
2021-02-17 16:50:58 +03:00
Anna
d7db44c911
Other replacement
2021-02-16 00:38:32 +03:00
Dmitriy
0d9578efc9
Edit and translate
...
Поправил английскую версию и выполнил перевод.
2021-02-14 14:14:39 +03:00
Evgeniia Sudarikova
2d0f742fda
edited EN docs
2021-01-28 23:16:29 +03:00
Olga Revyakina
51d9f2ab0c
GET\POST specific
2021-01-22 16:06:39 +03:00
olgarev
35608a1f6a
Apply suggestions from code review
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-01-22 15:59:39 +03:00