Add:

Bruce Momjian <bruce@momjian.us>

Commit: 89260124dbf300e7f28d43382bde09029a9b0cf4
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-22T03:24:01Z
Releases: 7.3.1
Add:

replace(string, from, to)
   -- replaces all occurrences of "from" in "string" to "to"
split(string, fldsep, column)
   -- splits "string" on "fldsep" and returns "column" number piece
to_hex(int32_num) & to_hex(int64_num)
   -- takes integer number and returns as hex string

Joe Conway

Files