Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e33969a

Browse files
committed
Further fix for json_strip_nulls documentation
Oversight in commit 4603903. Author: Shinoda, Noriyoshi (SXD Japan FSI) <noriyoshi.shinoda@hpe.com>
1 parent 0e76f25 commit e33969a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17345,7 +17345,7 @@ ERROR: value too long for type character(2)
1734517345
<indexterm>
1734617346
<primary>json_strip_nulls</primary>
1734717347
</indexterm>
17348-
<function>json_strip_nulls</function> ( <parameter>target</parameter> <type>jsonb</type> <optional>,<parameter>strip_in_arrays</parameter> <type>boolean</type> </optional> )
17348+
<function>json_strip_nulls</function> ( <parameter>target</parameter> <type>json</type> <optional>,<parameter>strip_in_arrays</parameter> <type>boolean</type> </optional> )
1734917349
<returnvalue>json</returnvalue>
1735017350
</para>
1735117351
<para role="func_signature">

0 commit comments

Comments
 (0)