small doc patch for regexp_replace

Поиск
Список
Период
Сортировка
От Joachim Wieland
Тема small doc patch for regexp_replace
Дата
Msg-id 20060518000141.GA5419@mcknight.de
обсуждение исходный текст
Ответы Re: small doc patch for regexp_replace
Re: small doc patch for regexp_replace
Список pgsql-patches
Is there any reason, why regexp_replace is not included in the tables of the
string functions?

http://developer.postgresql.org/docs/postgres/functions-string.html

The appended patch adds regexp_replace() and links to the pattern matching
section for substring / regexp_replace.

I noticed that in the table the declaration of the arguments is
inconsistent, for example:

lower(string)
ascii(text)
length(string text)

also in the sgml, there is sometimes "text" and sometimes
"<type>text</type>".

I'd fix that if someone told me what the preferred (if any) form is...


Joachim

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] .pgpass file and unix domain sockets
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: small doc patch for regexp_replace