aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2025-03-06 10:24:03 -0500
committerAndrew Dunstan <andrew@dunslane.net>2025-03-06 10:24:03 -0500
commite33969abc1934cc7fd92d539e51a2b8ae46d6a33 (patch)
tree09833163a5df5d3014094ce494e37328869b6a1e /doc/src
parent0e76f253f4f0bf3d8a85e88dbea62a09be1f3ff8 (diff)
downloadpostgresql-e33969abc1934cc7fd92d539e51a2b8ae46d6a33.tar.gz
postgresql-e33969abc1934cc7fd92d539e51a2b8ae46d6a33.zip
Further fix for json_strip_nulls documentation
Oversight in commit 4603903d294. Author: Shinoda, Noriyoshi (SXD Japan FSI) <noriyoshi.shinoda@hpe.com>
Diffstat (limited to 'doc/src')
-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">