diff options
author | Bruce Momjian | 2013-10-02 23:25:24 +0000 |
---|---|---|
committer | Bruce Momjian | 2013-10-02 23:25:30 +0000 |
commit | eb5d87e5f3b827f5b26fe551006655d80c063d66 (patch) | |
tree | 80a1dafcbeb21def43cc5e966223227e582c409e /doc/src/sgml/hstore.sgml | |
parent | 542131c9e75b6d7bd068e514dae0e2b5ac708203 (diff) |
doc: fix hstore_to_json_loose() doc wording
Diffstat (limited to 'doc/src/sgml/hstore.sgml')
-rw-r--r-- | doc/src/sgml/hstore.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/hstore.sgml b/doc/src/sgml/hstore.sgml index 3810776e6d8..fbe9543dfea 100644 --- a/doc/src/sgml/hstore.sgml +++ b/doc/src/sgml/hstore.sgml @@ -333,7 +333,7 @@ b <row> <entry><function>hstore_to_json_loose(hstore)</function><indexterm><primary>hstore_to_json_loose</primary></indexterm></entry> <entry><type>json</type></entry> - <entry>get <type>hstore</type> as a <type>json</type> value, but attempting to distinguish numerical and Boolean values so they are unquoted in the JSON</entry> + <entry>get <type>hstore</type> as a <type>json</type> value, but attempt to distinguish numerical and Boolean values so they are unquoted in the JSON</entry> <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> <entry><literal>{"a key": 1, "b": true, "c": null, "d": 12345, "e": "012345", "f": 1.234, "g": 2.345e+4}</literal></entry> </row> |