Create function without return value?

Started by Daniel Åkerudalmost 25 years ago2 messagesgeneral
Jump to latest
#1Daniel Åkerud
zilch@home.se

Can you create a function (CREATE FUNCTION) that does not return any value?

---
Daniel Åkerud

[ Don't underestimate the power of stupid people in large groups]

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Daniel Åkerud (#1)
Re: Create function without return value?

Daniel �kerud writes:

Can you create a function (CREATE FUNCTION) that does not return any value?

Not really. You could declare it to return opaque, but then you can't
actually call it. Better to declare it to return some dummy value for
now.

--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter