I am about to learn postgresql and i ran in some kind of a problem. I want to have most of my connection from website to db through stored procedure(functions). I have about 20 functions so far where 5 of those functions returned exactly the same table wi...