summaryrefslogtreecommitdiff
path: root/doc/src/sgml/func.sgml
diff options
context:
space:
mode:
authorAndrew Dunstan2025-03-06 15:24:03 +0000
committerAndrew Dunstan2025-03-06 15:24:03 +0000
commite33969abc1934cc7fd92d539e51a2b8ae46d6a33 (patch)
tree09833163a5df5d3014094ce494e37328869b6a1e /doc/src/sgml/func.sgml
parent0e76f253f4f0bf3d8a85e88dbea62a09be1f3ff8 (diff)
Further fix for json_strip_nulls documentation
Oversight in commit 4603903d294. Author: Shinoda, Noriyoshi (SXD Japan FSI) <[email protected]>
Diffstat (limited to 'doc/src/sgml/func.sgml')
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 53565075ca7..4d6061a8458 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -17345,7 +17345,7 @@ ERROR: value too long for type character(2)
<indexterm>
<primary>json_strip_nulls</primary>
</indexterm>
- <function>json_strip_nulls</function> ( <parameter>target</parameter> <type>jsonb</type> <optional>,<parameter>strip_in_arrays</parameter> <type>boolean</type> </optional> )
+ <function>json_strip_nulls</function> ( <parameter>target</parameter> <type>json</type> <optional>,<parameter>strip_in_arrays</parameter> <type>boolean</type> </optional> )
<returnvalue>json</returnvalue>
</para>
<para role="func_signature">