On Mon, Aug 13, 2012 at 9:47 AM, <[email protected]> wrote: > The following bug has been logged on the website: > > Bug reference: 7490 > Logged by: mauro > Email address: [email protected] > PostgreSQL version: 9.1.4 > Operating system: no matter > Description: > > Dears, > > in > > http://www.postgresql.org/docs/9.1/static/functions-string.html > > the example > > overlay('Txxxxas' placing 'hom' from 2 for 4) > > should be corrected : 'homa' instead of 'hom'.
Why? If you change it to 'homa', the result is Thomaas, which is clearly wrong... The function as it's listed yields the result as listed, at least for me... -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
