Fix a typo in the documentation.

REL8_0_STABLE
Neil Conway 22 years ago
parent 077db40fa1
commit 3b8151a5ee
  1. 4
      doc/src/sgml/func.sgml

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.198 2004/04/23 20:32:19 neilc Exp $ $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.199 2004/05/05 09:33:38 neilc Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -2262,7 +2262,7 @@ PostgreSQL documentation
<tbody> <tbody>
<row> <row>
<entry><literal><function>btrim</function>(<parameter>string</parameter> <entry><literal><function>btrim</function>(<parameter>string</parameter>
<type>bytea</type> <parameter>bytes</parameter> <type>bytea</type>)</literal></entry> <type>bytea</type>, <parameter>bytes</parameter> <type>bytea</type>)</literal></entry>
<entry><type>bytea</type></entry> <entry><type>bytea</type></entry>
<entry> <entry>
Remove the longest string consisting only of bytes Remove the longest string consisting only of bytes

Loading…
Cancel
Save