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

Commit 66c0170

Browse files
committed
Fix hstore_to_json_loose example in docs.
Marti Raudsepp.
1 parent 4cff7b9 commit 66c0170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/hstore.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ b
334334
<entry><function>hstore_to_json_loose(hstore)</function></entry>
335335
<entry><type>json</type></entry>
336336
<entry>get <type>hstore</type> as a json value, but attempting to distinguish numerical and boolean values so they are unquoted in the json</entry>
337-
<entry><literal>hstore_to_json('"a key"=&gt;1, b=&gt;t, c=&gt;null, d=&gt;12345, e=&gt;012345, f=&gt;1.234, g=&gt;2.345e+4')</literal></entry>
337+
<entry><literal>hstore_to_json_loose('"a key"=&gt;1, b=&gt;t, c=&gt;null, d=&gt;12345, e=&gt;012345, f=&gt;1.234, g=&gt;2.345e+4')</literal></entry>
338338
<entry><literal>{"a key": 1, "b": true, "c": null, "d": 12345, "e": "012345", "f": 1.234, "g": 2.345e+4}</literal></entry>
339339
</row>
340340

0 commit comments

Comments
 (0)