472,119 Members | 1,602 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

function no return

I define a function
CREATE OR REPLACE FUNCTION my_function(n varchar) RETURNS void AS $$
DECLARE
...
BEGIN
...
END;
$$ LANGUAGE plpgsql;

It has no return. How can I invoke it? SHould I still use

select my_function('aaa')

Thanks,

autogoor

Nov 23 '05 #1
0 2497

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

7 posts views Thread by vegetax | last post: by
9 posts views Thread by Derek Hart | last post: by
17 posts views Thread by strout | last post: by
23 posts views Thread by bluejack | last post: by
27 posts views Thread by Terry | last post: by
kiss07
6 posts views Thread by kiss07 | last post: by
10 posts views Thread by Matthew | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.