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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

41 lines
1.3 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>postgres</database>
<table>test_table</table>
</postgres1>
<postgres2>
<user>postgres</user>
<password>mysecretpassword</password>
<host>postgres1</host>
</postgres2>
<postgres3>
<user>postgres</user>
<password>mysecretpassword</password>
2023-12-18 09:41:12 +00:00
<host>postgres1</host>
<port>1111</port>
2021-09-02 13:01:26 +00:00
<database>postgres</database>
<table>test_table</table>
</postgres3>
2021-09-15 22:45:43 +00:00
<postgres4>
<user>postgres</user>
<password>mysecretpassword</password>
<host>postgres1</host>
<port>5432</port>
<database>postgres</database>
<table>test_replicas</table>
</postgres4>
2023-12-18 09:41:12 +00:00
<postgres5>
<user>postgres</user>
<password>mysecretpassword</password>
<addresses_expr>postgres1:5432</addresses_expr>
<database>postgres</database>
<table>test_table</table>
</postgres5>
2021-09-02 13:01:26 +00:00
</named_collections>
</clickhouse>