diff --git "a/content/en/docs/Description/figures/opengauss\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" "b/content/en/docs/Description/figures/opengauss\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" index 1f704582bb8d59081cdfa8fab8737c0289258058..f44340d12e627e3ba01a88b8c9cbad89c58e8fa5 100644 Binary files "a/content/en/docs/Description/figures/opengauss\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" and "b/content/en/docs/Description/figures/opengauss\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" differ diff --git "a/content/zh/docs/Developerguide/\345\255\227\347\254\246\347\261\273\345\236\213.md" "b/content/zh/docs/Developerguide/\345\255\227\347\254\246\347\261\273\345\236\213.md" index f3eac36c93e277a323fa7830e8318bebfa6f347e..7d951d7a10aeb90f25308fe5ee2bc689489d73bb 100644 --- "a/content/zh/docs/Developerguide/\345\255\227\347\254\246\347\261\273\345\236\213.md" +++ "b/content/zh/docs/Developerguide/\345\255\227\347\254\246\347\261\273\345\236\213.md" @@ -39,7 +39,7 @@ openGauss支持的字符类型请参见[表1](#zh-cn_topic_0237121950_zh-cn_topi

NVARCHAR2(n)

-

变长字符串。n是指字节长度。

+

变长字符串。n是指字符长度。

最大为10MB。

@@ -61,6 +61,7 @@ openGauss支持的字符类型请参见[表1](#zh-cn_topic_0237121950_zh-cn_topi + >![](public_sys-resources/icon-note.gif) **说明:** >除了每列的大小限制以外,每个元组的总大小也不可超过1GB-8203字节(即1073733621字节)。