forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8926012
committed
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 pieceto_hex(int32_num) & to_hex(int64_num) -- takes integer number and returns as hex stringJoe Conway1 parentf6353c6 commit8926012
File tree
5 files changed
+827
-143
lines changed- src
- backend/utils/adt
- include
- catalog
- utils
- test/regress
- expected
- sql
5 files changed
+827
-143
lines changed0 commit comments
Comments
(0)