diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-22 03:24:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-22 03:24:01 +0000 |
commit | 89260124dbf300e7f28d43382bde09029a9b0cf4 (patch) | |
tree | ccd805ff14b24c9a82cde4c43d3d850f6398e58c /src/backend/utils/adt/oracle_compat.c | |
parent | f6353c6ee4a11faa36141339a03a16bc25cd0b10 (diff) | |
download | postgresql-89260124dbf300e7f28d43382bde09029a9b0cf4.tar.gz postgresql-89260124dbf300e7f28d43382bde09029a9b0cf4.zip |
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
Diffstat (limited to 'src/backend/utils/adt/oracle_compat.c')
0 files changed, 0 insertions, 0 deletions