Thread: minor change to replace function comment

minor change to replace function comment

From
Robert Treat
Date:
The current wording implies that you replace arg1 with arg2 in arg3, but
replace actually replaces occurences of arg2 with arg3 in arg1.  Attached
patch makes the function comment more closely resemble that, and is more
in-line with the docs wording as well.

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL

Attachment

Re: minor change to replace function comment

From
Tom Lane
Date:
Robert Treat <xzilla@users.sourceforge.net> writes:
> The current wording implies that you replace arg1 with arg2 in arg3, but
> replace actually replaces occurences of arg2 with arg3 in arg1.  Attached
> patch makes the function comment more closely resemble that, and is more
> in-line with the docs wording as well.

Applied, thanks.

            regards, tom lane