Minor mistake in string functions docs - overlay

Поиск
Список
Период
Сортировка
От Roy Tate
Тема Minor mistake in string functions docs - overlay
Дата
Msg-id CA+j5BiJc0k20mPH0-p5J4muCD-x7onVxmniorCPjhHzGd6A7JA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Minor mistake in string functions docs - overlay  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
I found a minor mistake in the documentation of string functions.

http://www.postgresql.org/docs/9.4/static/functions-string.html

In table 9-6 examples and results columns, look at the overlay function, which has 4 x characters, but overlays 3 characters.  Please remove an x.

overlay('Txxxxas' placing 'hom' from 2 for 4)     Thomas

Please change the call to { overlay('Txxxas' ... }

Have a good day, and thanks for creating such amazing documentation.

Roy Tate

В списке pgsql-docs по дате отправления:

Предыдущее
От: Pekka Järvinen
Дата:
Сообщение: Enhance 5.8. Inheritance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Minor mistake in string functions docs - overlay