I tried that but it doesn't work.
create function test (_values int[]) returns void as $$ begin for _v in _values loop ... end loop; end; $$ language plpgsql; Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalI tried that but it doesn't work.
create function test (_values int[]) returns void as $$ begin for _v in _values loop ... end loop; end; $$ language plpgsql;