mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Add missed file
This commit is contained in:
parent
c951ec7bad
commit
f9a6116324
@ -0,0 +1,38 @@
|
||||
<dictionaries>
|
||||
<dictionary>
|
||||
<name>postgres_odbc_hashed</name>
|
||||
<source>
|
||||
<odbc>
|
||||
<table>clickhouse.test_table</table>
|
||||
<connection_string>DSN=postgresql_odbc;</connection_string>
|
||||
<db>postgres</db>
|
||||
</odbc>
|
||||
</source>
|
||||
<lifetime>
|
||||
<min>1</min>
|
||||
<max>1</max>
|
||||
</lifetime>
|
||||
<layout>
|
||||
<hashed />
|
||||
</layout>
|
||||
|
||||
<structure>
|
||||
<id>
|
||||
<name>column1</name>
|
||||
</id>
|
||||
|
||||
<attribute>
|
||||
<name>column1</name>
|
||||
<type>Int64</type>
|
||||
<null_value>1</null_value>
|
||||
</attribute>
|
||||
|
||||
<attribute>
|
||||
<name>column2</name>
|
||||
<type>String</type>
|
||||
<null_value>''</null_value>
|
||||
</attribute>
|
||||
|
||||
</structure>
|
||||
</dictionary>
|
||||
</dictionaries>
|
Loading…
Reference in New Issue
Block a user