minor change to replace function comment

Поиск
Список
Период
Сортировка
От Robert Treat
Тема minor change to replace function comment
Дата
Msg-id 200805291146.59577.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответы Re: minor change to replace function comment
Список pgsql-patches
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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: pg_lzcompress patch for 8.3, 8.2 branch
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Extending grant insert on tables to sequences