| Name: | replace |
| Specific name: | replace(text, text, text) |
| Owner: | postgres |
| Argument count: | 3 |
| Return type: | text |
| Language: | internal |
| Return a set: | |
| Source: | replace_text |
| Volatility: | |
| Security of definer: | |
| Strict: | |
| Comment: | replace all occurrences of old_substr with new_substr in string |
See Also
List of functions