ClickHouse/tests/integration/test_dictionaries_postgresql/configs/named_collections.xml

35 lines
1.1 KiB
XML
Raw Normal View History

<clickhouse>
2021-09-02 13:01:26 +00:00
<named_collections>
<postgres1>
<user>postgres</user>
<password>mysecretpassword</password>
<host>postgres1</host>
<port>5432</port>
<database>clickhouse</database>
<table>test_table</table>
</postgres1>
<postgres2>
<user>postgres</user>
<password>mysecretpassword</password>
<host>postgres1</host>
<port>5432</port>
<database>clickhouse</database>
<table>test_table</table>
<schema>test_schema</schema>
</postgres2>
<postgres3>
<user>postgres</user>
<password>mysecretpassword</password>
<host>postgres1</host>
<port>1111</port>
<database>postgres</database>
<table>test_table</table>
</postgres3>
<postgres4>
<user>postgres</user>
<password>mysecretpassword</password>
<host>postgres1</host>
</postgres4>
</named_collections>
</clickhouse>