diff options
author | Neil Conway <neilc@samurai.com> | 2004-05-05 09:33:38 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-05-05 09:33:38 +0000 |
commit | 3b8151a5eee1796837a2949cf27e4894bfa1d6ff (patch) | |
tree | 0ba386d512a2d8e7e081e75de4cf042b46dcf50f | |
parent | 077db40fa1f3ef93a60d995cc5b2666474f81302 (diff) | |
download | postgresql-3b8151a5eee1796837a2949cf27e4894bfa1d6ff.tar.gz postgresql-3b8151a5eee1796837a2949cf27e4894bfa1d6ff.zip |
Fix a typo in the documentation.
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9042cd394e1..0c8050db23e 100644 --- a/doc/src/sgml/func.sgml +++ b/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 --> @@ -2262,7 +2262,7 @@ PostgreSQL documentation <tbody> <row> <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> Remove the longest string consisting only of bytes |