Extends the string to length length by prepending the characters fill (a space by default).
Signatures & examples
lpad ( string text, length integer [, fill text ] ) → text
Extends the string to length length by prepending the characters fill (a space by default). If the string is already longer than length then it is truncated (on the right).