Re: [PATCHES] minor change to replace function comment

2008-05-29 Thread Tom Lane
Robert Treat <[EMAIL PROTECTED]> 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 wordi

[PATCHES] minor change to replace function comment

2008-05-29 Thread 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 L