Re: BUG #2738: CREATE FUNCTION INSTR() in docs - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2738: CREATE FUNCTION INSTR() in docs
Date
Msg-id 20581.1162767602@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2738: CREATE FUNCTION INSTR() in docs  ("Michael Deichen" <deichen@meta-preissuche.de>)
List pgsql-bugs
"Michael Deichen" <deichen@meta-preissuche.de> writes:
> There are codes to create the funtion instr():
> http://www.postgresql.org/files/documentation/books/pghandbuch/html/plpgsql-porting.html#PLPGSQL-PORTING-APPENDIX

> The second one begins so:
> CREATE FUNCTION instr(varchar, varchar, varchar) RETURNS integer AS '

> but, it have to be:
> CREATE FUNCTION instr(varchar, varchar, integer) RETURNS integer AS '

This was fixed a couple of years ago (before 8.0 release) in the master
sources.  I'm not sure what plans Peter might have for re-translating
the documentation...

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Michael Deichen"
Date:
Subject: BUG #2738: CREATE FUNCTION INSTR() in docs
Next
From: "Magnus Hagander"
Date:
Subject: Re: BUG #2735: DEBUG: Error 2769: Custom Action GetAvailableLocales did not close 1 MSIHANDLEs