| Name: | overlay |
| Specific name: | overlay(text, text, integer) |
| Owner: | postgres |
| Argument count: | 3 |
| Return type: | text |
| Language: | sql |
| Return a set: | |
| Source: | select pg_catalog.substring($1, 1, ($3 - 1)) || $2 || pg_catalog.substring($1, ($3 + pg_catalog.char_length($2))) |
| Volatility: | |
| Security of definer: | |
| Strict: | |
| Comment: | substitute portion of string |
See Also
List of functions