We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8173e commit de821a0Copy full SHA for de821a0
postgresql/doc/src/sgml/json.sgml
@@ -41,7 +41,7 @@ ________________________________________________________-->
41
<para>
42
JSON数据类型用于存储JSON(JavaScript对象表示法)数据,如在
43
<ulink url="https://datatracker.ietf.org/doc/html/rfc7159">RFC
44
- 7159</ulink>中指定的。这样的数据也可以存储为<type>文本</type>,但
+ 7159</ulink>中指定的。这样的数据也可以存储为<type>text</type>,但
45
JSON数据类型具有强制执行每个
46
存储值符合JSON规则的优势。此外,还有各种各样的针对存储在这些数据类型中的数据
47
提供的特定于JSON的函数和运算符;请参见<xref linkend="functions-json"/>。
0 commit comments