minor change to replace function comment
Started by Robert Treatabout 18 years ago2 messagespatches
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
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