@@ -9648,8 +9648,8 @@ table2-mapping
9648
9648
<literal>array_to_json(anyarray [, pretty_bool])</literal>
9649
9649
</entry>
9650
9650
<entry>
9651
- Returns the array as JSON. A Postgres multi-dimensional array
9652
- becomes a JSON array of arrays. Line feeds will be added between
9651
+ Returns the array as JSON. A Postgres multi-dimensional array
9652
+ becomes a JSON array of arrays. Line feeds will be added between
9653
9653
dimension 1 elements if pretty_bool is true.
9654
9654
</entry>
9655
9655
<entry><literal>array_to_json('{{1,5},{99,100}}'::int[])</literal></entry>
@@ -9663,7 +9663,7 @@ table2-mapping
9663
9663
<literal>row_to_json(record [, pretty_bool])</literal>
9664
9664
</entry>
9665
9665
<entry>
9666
- Returns the row as JSON. Line feeds will be added between level
9666
+ Returns the row as JSON. Line feeds will be added between level
9667
9667
1 elements if pretty_bool is true.
9668
9668
</entry>
9669
9669
<entry><literal>row_to_json(row(1,'foo'))</literal></entry>
@@ -13812,7 +13812,7 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
13812
13812
<row>
13813
13813
<entry><literal><function>pg_get_viewdef(<parameter>view_name</parameter>, <parameter>pretty_bool</>)</function></literal></entry>
13814
13814
<entry><type>text</type></entry>
13815
- <entry>get underlying <command>SELECT</command> command for view,
13815
+ <entry>get underlying <command>SELECT</command> command for view,
13816
13816
lines with fields are wrapped to 80 columns if pretty_bool is true (<emphasis>deprecated</emphasis>)</entry>
13817
13817
</row>
13818
13818
<row>
@@ -13823,13 +13823,13 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
13823
13823
<row>
13824
13824
<entry><literal><function>pg_get_viewdef(<parameter>view_oid</parameter>, <parameter>pretty_bool</>)</function></literal></entry>
13825
13825
<entry><type>text</type></entry>
13826
- <entry>get underlying <command>SELECT</command> command for view,
13826
+ <entry>get underlying <command>SELECT</command> command for view,
13827
13827
lines with fields are wrapped to 80 columns if pretty_bool is true</entry>
13828
13828
</row>
13829
13829
<row>
13830
13830
<entry><literal><function>pg_get_viewdef(<parameter>view_oid</parameter>, <parameter>wrap_int</>)</function></literal></entry>
13831
13831
<entry><type>text</type></entry>
13832
- <entry>get underlying <command>SELECT</command> command for view,
13832
+ <entry>get underlying <command>SELECT</command> command for view,
13833
13833
wrapping lines with fields as specified, pretty printing is implied</entry>
13834
13834
</row>
13835
13835
<row>