Skip to content

Commit 946fb50

Browse files
committed
clean up table engines
1 parent f828fb7 commit 946fb50

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

docs/integrations/data-sources/postgres.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
slug: /integrations/postgresql
33
sidebar_label: 'PostgreSQL'
44
title: 'PostgreSQL'
5-
hide_title: false
5+
show_title: false
66
description: 'Page describing how to integrate Postgres with ClickHouse'
77
doc_type: 'guide'
88
integration:
@@ -13,6 +13,6 @@ keywords: ['postgresql', 'database integration', 'external table', 'data source'
1313

1414
import PostgreSQL from '@site/docs/integrations/data-ingestion/dbms/postgresql/connecting-to-postgresql.md';
1515

16-
A full migration guide for PostgreSQL to ClickHouse, including advice on data modeling and equivalent concepts, can be found [here](/migrations/postgresql/overview). The following describes how to connect ClickHouse and PostgreSQL.
16+
> A full migration guide for PostgreSQL to ClickHouse, including advice on data modeling and equivalent concepts, can be found [here](/migrations/postgresql/overview). The following describes how to connect ClickHouse and PostgreSQL.
1717
1818
<PostgreSQL/>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: /integrations/deltalake
33
sidebar_label: 'Delta Lake'
4+
hide_title: true
45
title: 'Delta Lake'
56
description: 'Page describing how users can integrate with the Delta lake table format via the table function.'
67
doc_type: 'reference'
@@ -9,6 +10,4 @@ keywords: ['delta lake', 'table function', 'data lake format']
910

1011
import DeltaLakeFunction from '@site/docs/sql-reference/table-functions/deltalake.md';
1112

12-
> Users can integrate with the Delta lake table format via the table function.
13-
1413
<DeltaLakeFunction/>
File renamed without changes.
File renamed without changes.

docs/integrations/data-sources/iceberg.md renamed to docs/integrations/data-sources/table_engines/iceberg.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ title: 'Iceberg'
55
description: 'Page describing the IcebergFunction which can be used to integrate ClickHouse with the Iceberg table format'
66
doc_type: 'guide'
77
keywords: ['iceberg table function', 'apache iceberg', 'data lake format']
8+
hide_title: true
89
---
910

1011
import IcebergFunction from '@site/docs/sql-reference/table-functions/iceberg.md';
1112

12-
> Users can integrate with the Iceberg table format via the table function.
13-
1413
<IcebergFunction/>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)