@@ -9648,8 +9648,8 @@ table2-mapping
96489648 <literal>array_to_json(anyarray [, pretty_bool])</literal>
96499649 </entry>
96509650 <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
96539653 dimension 1 elements if pretty_bool is true.
96549654 </entry>
96559655 <entry><literal>array_to_json('{{1,5},{99,100}}'::int[])</literal></entry>
@@ -9663,7 +9663,7 @@ table2-mapping
96639663 <literal>row_to_json(record [, pretty_bool])</literal>
96649664 </entry>
96659665 <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
96679667 1 elements if pretty_bool is true.
96689668 </entry>
96699669 <entry><literal>row_to_json(row(1,'foo'))</literal></entry>
@@ -13812,7 +13812,7 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1381213812 <row>
1381313813 <entry><literal><function>pg_get_viewdef(<parameter>view_name</parameter>, <parameter>pretty_bool</>)</function></literal></entry>
1381413814 <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,
1381613816 lines with fields are wrapped to 80 columns if pretty_bool is true (<emphasis>deprecated</emphasis>)</entry>
1381713817 </row>
1381813818 <row>
@@ -13823,13 +13823,13 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1382313823 <row>
1382413824 <entry><literal><function>pg_get_viewdef(<parameter>view_oid</parameter>, <parameter>pretty_bool</>)</function></literal></entry>
1382513825 <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,
1382713827 lines with fields are wrapped to 80 columns if pretty_bool is true</entry>
1382813828 </row>
1382913829 <row>
1383013830 <entry><literal><function>pg_get_viewdef(<parameter>view_oid</parameter>, <parameter>wrap_int</>)</function></literal></entry>
1383113831 <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,
1383313833 wrapping lines with fields as specified, pretty printing is implied</entry>
1383413834 </row>
1383513835 <row>
0 commit comments