Re: BUG #2738: CREATE FUNCTION INSTR() in docs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2738: CREATE FUNCTION INSTR() in docs
Дата
Msg-id 20581.1162767602@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2738: CREATE FUNCTION INSTR() in docs  ("Michael Deichen" <deichen@meta-preissuche.de>)
Список 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 по дате отправления:

Предыдущее
От: "Michael Deichen"
Дата:
Сообщение: BUG #2738: CREATE FUNCTION INSTR() in docs
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: BUG #2735: DEBUG: Error 2769: Custom Action GetAvailableLocales did not close 1 MSIHANDLEs