[PATCH] Fix little typo in docs in func.sgml
Started by Dickson S. Guedesover 14 years ago2 messages
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: guedes@guedesoft.net - skype: guediz
http://guedesoft.net - http://www.postgresql.org.br
Attachments:
fix_typo_length_function_in_docs.patchtext/x-patch; charset=US-ASCII; name=fix_typo_length_function_in_docs.patchDownload
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>
Re: [PATCH] Fix little typo in docs in func.sgml
On Fri, Oct 7, 2011 at 1:36 PM, Dickson S. Guedes <listas@guedesoft.net> wrote:
This is a little patch to fix a typo in docs. In the length function
should be a space between "string" and "bytea".
Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company