i want a stored procedure that returns more than one value.
eg. a stored procedure that takes a username and returns set of jobs that belong to that user.
i've seen the type "RECORD" but how the heck can i return the RECORD or is this something completely different?
is this kind of thing even possible in postgresql??
eg. a stored procedure that takes a username and returns set of jobs that belong to that user.
i've seen the type "RECORD" but how the heck can i return the RECORD or is this something completely different?
is this kind of thing even possible in postgresql??