Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to run function?

0 views
Skip to first unread message

auto...@yahoo.com

unread,
Mar 17, 2005, 2:42:07 AM3/17/05
to
I define a function

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

I use \i my_func_file.sql.

How can I use the function?

0 new messages