|
334 | 334 | <entry><function>hstore_to_json_loose(hstore)</function></entry>
|
335 | 335 | <entry><type>json</type></entry>
|
336 | 336 | <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"=>1, b=>t, c=>null, d=>12345, e=>012345, f=>1.234, g=>2.345e+4')</literal></entry> |
| 337 | + <entry><literal>hstore_to_json_loose('"a key"=>1, b=>t, c=>null, d=>12345, e=>012345, f=>1.234, g=>2.345e+4')</literal></entry> |
338 | 338 | <entry><literal>{"a key": 1, "b": true, "c": null, "d": 12345, "e": "012345", "f": 1.234, "g": 2.345e+4}</literal></entry>
|
339 | 339 | </row>
|
340 | 340 |
|
|