<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Postgres_procedure</id>
	<title>Postgres procedure - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Postgres_procedure"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Postgres_procedure&amp;action=history"/>
	<updated>2026-04-20T08:44:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Postgres_procedure&amp;diff=3949&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` create procedure increase(inout i integer ) LANGUAGE 'plpgsql' AS $$ begin     i = i+1;     return; end ; $$;  call increase(1); ```&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Postgres_procedure&amp;diff=3949&amp;oldid=prev"/>
		<updated>2023-04-02T16:57:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` create procedure increase(inout i integer ) LANGUAGE &amp;#039;plpgsql&amp;#039; AS $$ begin     i = i+1;     return; end ; $$;  call increase(1); ```&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
create procedure increase(inout i integer )&lt;br /&gt;
LANGUAGE 'plpgsql'&lt;br /&gt;
AS $$&lt;br /&gt;
begin&lt;br /&gt;
    i = i+1;&lt;br /&gt;
    return;&lt;br /&gt;
end ;&lt;br /&gt;
$$;&lt;br /&gt;
&lt;br /&gt;
call increase(1);&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>