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