Name: | rpad |
Specific name: | rpad(text, integer) |
Owner: | postgres |
Argument count: | 2 |
Return type: | text |
Language: | sql |
Return a set: | |
Source: | select pg_catalog.rpad($1, $2, ' ') |
Volatility: | |
Security of definer: | |
Strict: | |
Comment: | right-pad string to length |
See Also
List of functions