I guess that newbies in PostgreSQL like me have first question when they create a store procedure:
How do I call it?
The answer is simple; you just execute
SELECT your_procedure_name(parameters);
Then, usually immediately the second question pops up:
I wrote a procedure which I need to