<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>postgres on Jeffin&#39;s Blog</title>
    <link>https://jeffin.jusfocus.com/tags/postgres/</link>
    <description>Recent content in postgres on Jeffin&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 22 Sep 2021 07:44:59 +0530</lastBuildDate><atom:link href="https://jeffin.jusfocus.com/tags/postgres/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Postgres String Aggregations</title>
      <link>https://jeffin.jusfocus.com/post/day-1-postgres-string-aggregations/</link>
      <pubDate>Wed, 22 Sep 2021 07:44:59 +0530</pubDate>
      
      <guid>https://jeffin.jusfocus.com/post/day-1-postgres-string-aggregations/</guid>
      <description>Aggregations in SQL are used to get useful insights from large set of data by doing some operations on it. Different scenarios of aggregations are,
 Aggregate the entire result set into 1 single value. eg: max value of a column Aggregate the entire result set into 1 single row. eg: max and min values of a column. Note that ALL the columns in this row have to be aggregates Aggregate the entire result set into a subset of rows, with  one row for each unique value for column specified by group by clause.</description>
    </item>
    
    <item>
      <title>Postgres Administration</title>
      <link>https://jeffin.jusfocus.com/post/postgres-administration/</link>
      <pubDate>Mon, 24 May 2021 20:00:00 +0530</pubDate>
      
      <guid>https://jeffin.jusfocus.com/post/postgres-administration/</guid>
      <description>This post is a collection of notes &amp;amp; nippets related to administering a postgres database.
Securing connections via SSL This post gives detailed instructions on how to enable SSL for postgres using Letencrypt certificates for internet facing databases. The post is written for postgres 11, so if you are using a different version, make sure to update 11 in the postgres path to your version. It works like a charm and thank you Logan Marchione, 🙏</description>
    </item>
    
  </channel>
</rss>
