<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>PostgreSQL on Gokul Nair</title>
    <link>/tags/postgresql/</link>
    <description>Recent content in PostgreSQL on Gokul Nair</description>
    <generator>Hugo -- 0.146.0</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 15 Mar 2025 12:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/postgresql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Supercharging Your PostgreSQL with Functions &amp; Stored Procedures</title>
      <link>/posts/postgresfunction/</link>
      <pubDate>Sat, 15 Mar 2025 12:00:00 +0000</pubDate>
      <guid>/posts/postgresfunction/</guid>
      <description>&lt;h1 id=&#34;tired-of-writing-the-same-sql-queries-over-and-over&#34;&gt;Tired of Writing the Same SQL Queries Over and Over?&lt;/h1&gt;
&lt;p&gt;Imagine you&amp;rsquo;re stuck in a loop—executing the same SQL queries day in, day out. It feels a bit like Bill Murray in &lt;em&gt;Groundhog Day&lt;/em&gt;, doesn&amp;rsquo;t it?
&lt;img alt=&#34;Groundhog Day Gif&#34; loading=&#34;lazy&#34; src=&#34;https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExY2t2bWRoaTJqcGhweGJjajQ5eDdzbjRhcjQ1Z3lxOWhldDAzZG15ayZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/S9crjCfQXC78ST61iv/giphy.gif&#34;&gt;
You find yourself copying and pasting nearly identical code across different parts of your application or repeatedly typing out similar commands during database maintenance.&lt;/p&gt;
&lt;p&gt;What if you could bundle these repetitive tasks into reusable, maintainable, and efficient code blocks inside your database? Good news: &lt;strong&gt;PostgreSQL&lt;/strong&gt; makes this possible with &lt;strong&gt;Functions&lt;/strong&gt; and &lt;strong&gt;Stored Procedures&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
