2008-08-01 12:44:17 CEST | 4 Comments | Tags: %_shared, plperl, postgresql, sprintf, variadic
Having new VARIADIC functions, I decided it would be cool to be able to write sprintf() function.
Basically the idea is simple, plperl function, which takes “format”, and list of arguments and returns generated output.
- MORE -