small doc patch for regexp_replace

From: Joachim Wieland <joe(at)mcknight(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: small doc patch for regexp_replace
Date: 2006-05-18 00:01:41
Message-ID: 20060518000141.GA5419@mcknight.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs 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

Attachment Content-Type Size
regexp_replace-doc.diff text/plain 3.3 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2006-05-18 00:54:37 Re: small doc patch for regexp_replace
Previous Message Jim C. Nasby 2006-05-17 20:58:45 Cross-version dumps (was: [DOCS] Mention pg_dump version portability)

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-05-18 00:54:37 Re: small doc patch for regexp_replace
Previous Message Jim C. Nasby 2006-05-17 21:51:56 Re: Compression and on-disk sorting