]> granicus.if.org Git - postgresql/commitdiff
Minor housekeeping on JSON docs.
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 15 Feb 2015 22:08:37 +0000 (17:08 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 15 Feb 2015 22:08:37 +0000 (17:08 -0500)
doc/src/sgml/func.sgml

index d57243af4ed09ad5649265b1f504340227c44327..da2ed673a7ebe68ebbdab00d5878cb25ae74e6d4 100644 (file)
@@ -10391,7 +10391,7 @@ table2-mapping
       </row>
       <row>
        <entry><para><literal>json_object(keys text[], values text[])</literal>
-          </para><para><literal>json_object(keys text[], values text[])</literal>
+          </para><para><literal>jsonb_object(keys text[], values text[])</literal>
        </para></entry>
        <entry>
          This form of <function>json_object</> takes keys and values pairwise from two separate
@@ -10505,6 +10505,12 @@ table2-mapping
   <indexterm>
    <primary>jsonb_to_recordset</primary>
   </indexterm>
+  <indexterm>
+   <primary>json_strip_nulls</primary>
+  </indexterm>
+  <indexterm>
+   <primary>jsonb_strip_nulls</primary>
+  </indexterm>
 
   <table id="functions-json-processing-table">
     <title>JSON Processing Functions</title>