OSDN Git Service

Code review for regexp_replace patch. Improve documentation and comments,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Oct 2005 20:38:58 +0000 (20:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Oct 2005 20:38:58 +0000 (20:38 +0000)
commit220f2a7d15adc6ca811a3cbe5fee79ce4904cd91
treef71baba620e60bdc4fcff8b3a008590d17e5ede1
parent800af89004f1a9e816b8df644c31b3fa2a247f92
Code review for regexp_replace patch.  Improve documentation and comments,
fix problems with replacement-string backslashes that aren't followed by
one of the expected characters, avoid giving the impression that
replace_text_regexp() is meant to be called directly as a SQL function,
etc.
doc/src/sgml/func.sgml
src/backend/utils/adt/regexp.c
src/backend/utils/adt/varlena.c
src/include/utils/builtins.h