Commit 3b8151a5 authored by Neil Conway's avatar Neil Conway

Fix a typo in the documentation.

parent 077db40f
<!-- <!--
$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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment