Fix a typo in the documentation.

This commit is contained in:
Neil Conway 2004-05-05 09:33:38 +00:00
parent 077db40fa1
commit 3b8151a5ee

View File

@ -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