Doc for ltrim and rtrim

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: Doc for ltrim and rtrim
Date: 2004-03-04 18:09:00
Message-ID: Pine.LNX.4.44.0403041904060.13979-200000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The doc for the trim functions does not say that the second argument can
be omitted. This patch fixes it. It also fixes that the type text was not
wrapped as <type>text</type>.

I can not build the docs myself, but i'm pretty sure it's correct.

Is it okay to commit this? Should I do it on the 7.4 branch also, before
the release?

--
/Dennis Björklund

Attachment Content-Type Size
trim-doc.patch text/plain 1.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-03-04 18:16:04 Re: Doc for ltrim and rtrim
Previous Message Fabien COELHO 2004-03-04 15:52:24 Re: "ALSO" keyword to "CREATE RULE" patch