Properties

Name: rpad 
Specific name: rpad(text, integer) 
Owner: postgres 
Argument count:
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 

SQL

See Also

List of functions