"Michael Deichen" <deichen (AT) meta-preissuche (DOT) de> writes:
Quote:
There are codes to create the funtion instr():
http://www.postgresql.org/files/docu...RTING-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
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend