| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Michael Deichen" <deichen(at)meta-preissuche(dot)de> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #2738: CREATE FUNCTION INSTR() in docs |
| Date: | 2006-11-05 23:00:02 |
| Message-ID: | 20581.1162767602@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
"Michael Deichen" <deichen(at)meta-preissuche(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2006-11-06 09:29:01 | Re: BUG #2735: DEBUG: Error 2769: Custom Action GetAvailableLocales did not close 1 MSIHANDLEs |
| Previous Message | Michael Deichen | 2006-11-05 18:18:55 | BUG #2738: CREATE FUNCTION INSTR() in docs |