Hello all,

This is a little patch to fix a typo in docs. In the length function
should be a space between "string" and "bytea".

Best regards,
-- 
Dickson S. Guedes
mail/xmpp: gue...@guedesoft.net - skype: guediz
http://guedesoft.net - http://www.postgresql.org.br
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
new file mode 100644
index bedd8ba..45b9956
*** a/doc/src/sgml/func.sgml
--- b/doc/src/sgml/func.sgml
***************
*** 1587,1593 ****
        </row>
  
        <row>
!        <entry><literal><function>length(<parameter>string</parameter><type>bytea</type>,
          <parameter>encoding</parameter> <type>name</type> )</function></literal></entry>
         <entry><type>int</type></entry>
         <entry>
--- 1587,1593 ----
        </row>
  
        <row>
!        <entry><literal><function>length(<parameter>string</parameter> <type>bytea</type>,
          <parameter>encoding</parameter> <type>name</type> )</function></literal></entry>
         <entry><type>int</type></entry>
         <entry>
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to