This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 8e69c69b890 add postgresql catalog array type doc (#1686) 8e69c69b890 is described below commit 8e69c69b89095d740afe916666b5a0f669a07d78 Author: zy-kkk <zhongyongk...@selectdb.com> AuthorDate: Thu Jan 2 11:04:29 2025 +0800 add postgresql catalog array type doc (#1686) --- docs/lakehouse/database/postgresql.md | 1 + .../current/lakehouse/database/postgresql.md | 1 + .../version-3.0/lakehouse/database/postgresql.md | 1 + versioned_docs/version-3.0/lakehouse/database/postgresql.md | 1 + 4 files changed, 4 insertions(+) diff --git a/docs/lakehouse/database/postgresql.md b/docs/lakehouse/database/postgresql.md index 8b3882dd6a8..d81892108e3 100644 --- a/docs/lakehouse/database/postgresql.md +++ b/docs/lakehouse/database/postgresql.md @@ -104,6 +104,7 @@ When mapping PostgreSQL, a Database in Doris corresponds to a Schema under the s | cidr/inet/macaddr | STRING | | | bit | BOOLEAN/STRING | | | uuid | STRING | | +| array | ARRAY | | | Other | UNSUPPORTED | | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/database/postgresql.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/database/postgresql.md index 7de2d61d7e4..520aab73974 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/database/postgresql.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/database/postgresql.md @@ -103,6 +103,7 @@ CREATE CATALOG postgresql PROPERTIES ( | cidr/inet/macaddr | STRING | | | bit | BOOLEAN/STRING | | | uuid | STRING | | +|array | ARRAY | | | Other | UNSUPPORTED | | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/database/postgresql.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/database/postgresql.md index 7de2d61d7e4..520aab73974 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/database/postgresql.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/database/postgresql.md @@ -103,6 +103,7 @@ CREATE CATALOG postgresql PROPERTIES ( | cidr/inet/macaddr | STRING | | | bit | BOOLEAN/STRING | | | uuid | STRING | | +|array | ARRAY | | | Other | UNSUPPORTED | | diff --git a/versioned_docs/version-3.0/lakehouse/database/postgresql.md b/versioned_docs/version-3.0/lakehouse/database/postgresql.md index 8b3882dd6a8..d81892108e3 100644 --- a/versioned_docs/version-3.0/lakehouse/database/postgresql.md +++ b/versioned_docs/version-3.0/lakehouse/database/postgresql.md @@ -104,6 +104,7 @@ When mapping PostgreSQL, a Database in Doris corresponds to a Schema under the s | cidr/inet/macaddr | STRING | | | bit | BOOLEAN/STRING | | | uuid | STRING | | +| array | ARRAY | | | Other | UNSUPPORTED | | --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org