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)
commit9cb27d6ca163227b29d78b04c876bcc57b529813
tree4e2d32a8eb6a0f6aadf57a044ac6461d45b6af9b
parent8917184b73ae9c0ec66a7dffd4ebd059713947ad
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