Обсуждение: minor change to replace function comment

Поиск
Список
Период
Сортировка

minor change to replace function comment

От
Robert Treat
Дата:
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

Вложения

Re: minor change to replace function comment

От
Tom Lane
Дата:
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