Re: [PATCHES] Type typo in parameter of pgsql function

2004-07-11 Thread Bruce Momjian
Patch applied. Thanks. Your documentation changes can be viewed in five minutes using links at the bottom of the developer's page, http://developer.postgresql.org/index.php. --- Michael Glaesemann wrote: > Hello all > >

[PATCHES] Type typo in parameter of pgsql function

2004-07-04 Thread Michael Glaesemann
Hello all This patch fixes a small error in the Porting PL/SQL to PL/pgSQL section where a instr function parameter is mistyped as varchar. It works properly when changed to integer. This is only my second patch. I generated it using cvs diff -c filename. If I've bungled the format, please let