minor change to replace function comment - Mailing list pgsql-patches

From Robert Treat
Subject minor change to replace function comment
Date
Msg-id 200805291146.59577.xzilla@users.sourceforge.net
Whole thread Raw
Responses Re: minor change to replace function comment
List 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

Attachment

pgsql-patches by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: pg_lzcompress patch for 8.3, 8.2 branch
Next
From: Robert Treat
Date:
Subject: Re: Extending grant insert on tables to sequences