minor change to replace function comment

Started by Robert Treatabout 18 years ago2 messagespatches
Jump to latest
#1Robert Treat
xzilla@users.sourceforge.net

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

Attachments:

pg_proc.h.patchtext/x-diff; charset=us-ascii; name=pg_proc.h.patchDownload+2-2
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Treat (#1)
Re: minor change to replace function comment

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