From 567095c83df8198e87aaf7cc9bde181ce6c36da6 Mon Sep 17 00:00:00 2001 From: hamulante <549687467@qq.com> Date: Fri, 22 May 2026 11:58:01 +0800 Subject: [PATCH] =?UTF-8?q?Update=20azure-database-postgresql-limitations.?= =?UTF-8?q?md=E2=80=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove duplicate data types in Column level limitations --- .../azure-database-postgresql-limitations.md | 29 +++++-------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/docs/mirroring/azure-database-postgresql-limitations.md b/docs/mirroring/azure-database-postgresql-limitations.md index ec16631e66..4d08b7c379 100644 --- a/docs/mirroring/azure-database-postgresql-limitations.md +++ b/docs/mirroring/azure-database-postgresql-limitations.md @@ -63,45 +63,30 @@ For troubleshooting, see: - `box` - `cidr` - `circle` + - `daterange` - `inet` + - `interval` - `interval [ fields ] [ (p) ]` + - `int4range` + - `int8range` - `json` - `jsonb` - `line` - `lseg` - `macaddr` - `macaddr8` + - `numrange` - `path` - `pg_lsn` - `pg_snapshot` - `point` - `polygon` - `tsquery` + - `tsrange` + - `tstzrange` - `tsvector` - `txid_snapshot` - `xml` - - `json` - - `jsonb` - - `inet` - - `cidr` - - `macaddr` - - `macaddr8` - - `tsvector` - - `tsquery` - - `int4range` - - `int8range` - - `numrange` - - `tsrange` - - `tstzrange` - - `daterange` - - `circle` - - `line` - - `lseg` - - `box` - - `path` - - `point` - - `polygon` - - `interval` - Mirroring supports replicating columns containing spaces or special characters in names (such as `,` `;` `{` `}` `(` `)` `\n` `\t` `=`). For tables under replication before this feature enabled, you need to update the mirrored database settings or restart mirroring to include those columns. Learn more from [Delta column mapping support](troubleshooting.md#delta-column-mapping-support).