It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.postgresql.org

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.  <title>PostgreSQL: The world's most advanced open source database</title>
  5.  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6.  <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
  7.  
  8.  <meta name="description" content="The official site for PostgreSQL, the world's most advanced open source database" />
  9.  <meta name="theme-color" content="#336791"/>
  10.  <meta name="copyright" content="The PostgreSQL Global Development Group" />
  11.  <meta property="og:url" content="https://www.postgresql.org/" />
  12.  <meta property="og:type" content="article" />
  13.  <meta property="article:author" content="PostgreSQL Global Development Group" />
  14.  <meta property="article:published_time" content="2024-05-17T11:36:31.887122" />
  15.  <meta property="og:image" content="https://www.postgresql.org/media/img/about/press/elephant.png" />
  16.  <meta property="og:title" content="PostgreSQL" />
  17.  <meta property="og:description" content="The world&#x27;s most advanced open source database." />
  18.  <meta property="og:site_name" content="PostgreSQL" />
  19.  <link href="/media/css/fontawesome.css?e42a8a4e" rel="stylesheet">
  20.  <link rel="stylesheet" href="/media/css/bootstrap-4.4.1.min.css">
  21.  <link rel="shortcut icon" href="/favicon.ico" />
  22.  
  23.  <link rel="stylesheet" type="text/css" href="/dyncss/base.css?e42a8a4e">
  24.  
  25.  <script src="/media/js/theme.js?e42a8a4e"></script>
  26.  
  27.  
  28.  </head>
  29.  <body>
  30.    <div class="container-fluid">
  31.      <div class="row justify-content-md-center">
  32.        <div class="col">
  33.          <!-- Header -->
  34.          <nav class="navbar navbar-expand-lg navbar-light bg-light">
  35.            <a class="navbar-brand p-0" href="/">
  36.              <img class="logo" src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo">
  37.            </a>
  38.            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#pgNavbar" aria-controls="pgNavbar" aria-expanded="false" aria-label="Toggle navigation">
  39.              <span class="navbar-toggler-icon"></span>
  40.            </button>
  41.            <div class="collapse navbar-collapse" id="pgNavbar">
  42.              <ul class="navbar-nav mr-auto">
  43.                <li class="nav-item p-2"><a href="/" title="Home">Home</a></li>
  44.                <li class="nav-item p-2"><a href="/about/" title="About">About</a></li>
  45.                <li class="nav-item p-2"><a href="/download/" title="Download">Download</a></li>
  46.                <li class="nav-item p-2"><a href="/docs/" title="Documentation">Documentation</a></li>
  47.                <li class="nav-item p-2"><a href="/community/" title="Community">Community</a></li>
  48.                <li class="nav-item p-2"><a href="/developer/" title="Developers">Developers</a></li>
  49.                <li class="nav-item p-2"><a href="/support/" title="Support">Support</a></li>
  50.                <li class="nav-item p-2"><a href="/about/donate/" title="Donate">Donate</a></li>
  51.                <li class="nav-item p-2"><a href="/account/" title="Your account">Your account</a></li>
  52.              </ul>
  53.              <form role="search" method="get" action="/search/">
  54.                <div class="input-group">
  55.                  <input id="q" name="q" type="text" size="20" maxlength="255" accesskey="s"  class="form-control" placeholder="Search for...">
  56.                  <span class="input-group-btn">
  57.                    <button class="btn btn-default" type="submit"><i class="fas fa-search"></i></button>
  58.                  </span>
  59.                </div><!-- /input-group -->
  60.              </form>
  61.              <form id="form-theme" class="form-inline d-none">
  62.                <button id="btn-theme" class="btn btn-default ml-1" type="button"></button>
  63.              </form>
  64.            </div>
  65.          </nav>
  66.        </div>
  67.      </div>
  68.      <div class="row justify-content-center pg-shout-box">
  69.        <div class="col text-white text-center">May 9th 2024: <a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">
  70.  PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released!
  71. </a>
  72.  
  73. </div>
  74.      </div>
  75.    </div>
  76.    
  77. <div class="jumbotron jumbotron-fluid pg-jumbotron">
  78.  <div class="container">
  79.    <h1 class="text-white pg-jumbotron-header">PostgreSQL: The World's Most Advanced Open Source Relational Database</h1>
  80.    <div class="row">
  81.      <div class="col text-center">
  82.        <a class="btn btn-light btn-rounded" role="button" href="/download/">Download <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
  83.        <a class="btn btn-light btn-rounded" role="button" href="/about/">New to PostgreSQL?</a>
  84.      </div>
  85.    </div>
  86.  </div>
  87. </div>
  88. <!-- END Jumbotron -->
  89. <div class="container margin">
  90.  <!-- Start First Feature Row -->
  91.  
  92.  <div class="row">
  93.    <!-- Feature -->
  94.    <div class="col-lg-6 feature">
  95.      <img src="/media/img/about/press/elephant.png" alt="PostgreSQL Elephant Logo">
  96.      <h2>New to PostgreSQL?</h2>
  97.      <div class="text">
  98.        <p>
  99.          PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development
  100.          that has earned it a strong reputation for reliability, feature robustness, and performance.
  101.        </p>
  102.        <p>
  103.          There is a wealth of information to be found describing how to <a href="/download/">install</a> and <a href="/docs/">use</a> PostgreSQL through the <a href="/docs/">official documentation</a>.
  104.          The <a href="/community/">open source community</a>
  105.          provides many helpful places to become familiar with PostgreSQL,
  106.          discover how it works, and find career opportunities. Learn more on
  107.          how to <a href="/community/">engage with the community</a>.
  108.        </p>
  109.      </div>
  110.      <a href="/about/" title="Learn More"><button type="button" class="btn btn-center btn-primary btn-inline-block">Learn More</button></a>
  111.      <a href="/about/featurematrix/" title="Feature Matrix"><button type="button" class="btn btn-center btn-primary btn-inline-block">Feature Matrix</button></a>
  112.    </div>
  113.    <!-- END Feature -->
  114.  
  115.    <!-- Feature -->
  116.    <div class="col-lg-6 feature">
  117.      <i class="fas fa-download"></i>
  118.      <h2>Latest Releases</h2>
  119.      <div class="text">
  120.        <p>
  121.          <strong>
  122.            2024-05-09 -
  123.            <a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">
  124.              PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released!
  125.            </a>
  126.          </strong>
  127.        </p>
  128.        <p>
  129.          The PostgreSQL Global Development Group has
  130.          <a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">released an update</a>
  131.          to all supported versions of PostgreSQL, including
  132.          <a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">16.3, 15.7, 14.12, 13.15, and 12.19</a>.
  133.          This release fixes one <a href="/support/security/">security vulnerability</a>
  134.          and over 55 bugs reported over the last several months.
  135.        </p>
  136.        <p>
  137.          Please note that the fix in this release for
  138.          <a href="/support/security/CVE-2024-4317/">CVE-2024-4317</a>
  139.          only fixes fresh PostgreSQL installations, namely those that are
  140.          created with the <a href="/docs/current/app-initdb.html"><code>initdb</code></a>
  141.          utility after this fix is applied. If you have a current PostgreSQL
  142.          installation and are concerned about this issue, please follow the
  143.          additional updating instructions provided in the
  144.          <a href="/support/security/CVE-2024-4317/">CVE-2024-4317</a> description
  145.          or the <a href="/docs/release/">release notes</a> for the remediation.
  146.        </p>
  147.        <p>
  148.          PostgreSQL 12 will <a href="/support/versioning/"></a>stop receiving fixes</a>
  149.          on November 14, 2024. If you are running PostgreSQL 12 in a
  150.          production environment, we suggest that you make plans to upgrade to a
  151.          newer, supported version of PostgreSQL. Please see our
  152.          <a href="/support/versioning/"></a>versioning policy</a> for more
  153.          information.
  154.        </p>
  155.        <p>
  156.          For the more information about this release, please review the
  157.          <a href="/docs/release/">release notes</a>. You can download
  158.          PostgreSQL from the <a href="/download/">download</a> page.
  159.        </p>
  160.        <ul>
  161.          
  162.            <li class=""><strong>16.3</strong> &middot; 2024-05-09 &middot; <a href="/docs/16/release-16-3.html">Notes</a></li>
  163.          
  164.            <li class="pg-bg-gray"><strong>15.7</strong> &middot; 2024-05-09 &middot; <a href="/docs/15/release-15-7.html">Notes</a></li>
  165.          
  166.            <li class=""><strong>14.12</strong> &middot; 2024-05-09 &middot; <a href="/docs/14/release-14-12.html">Notes</a></li>
  167.          
  168.            <li class="pg-bg-gray"><strong>13.15</strong> &middot; 2024-05-09 &middot; <a href="/docs/13/release-13-15.html">Notes</a></li>
  169.          
  170.            <li class=""><strong>12.19</strong> &middot; 2024-05-09 &middot; <a href="/docs/12/release-12-19.html">Notes</a></li>
  171.          
  172.        </ul>
  173.      </div>
  174.      <a href="/download/" title="Download"><button type="button" class="btn btn-center btn-primary">Download</button></a>
  175.      <a href="/support/versioning/" title="Why Upgrade?"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Why Upgrade?</button></a>
  176.      <a href="/support/security/" title="Security"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">Security</button></a>
  177.    </div>
  178.    <!-- END Feature -->
  179.  
  180.  </div>
  181.  <!-- END First Feature Row -->
  182.  <!-- Start Second Feature Row -->
  183.  <div class="row">
  184.    <!-- Feature -->
  185.    <div class="col-lg-6 feature">
  186.      <i class="fas fa-calendar-alt"></i>
  187.      <h2>Upcoming Events</h2>
  188.      <div class="text">
  189.        <ul>
  190.          
  191.            <li class=" ">
  192.              
  193.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  194.              
  195.              2024-05-28 &ndash; 2024-05-31 &middot; <a href="/about/event/postgresql-development-conference-2024-pgconfdev-2491/">PostgreSQL Development Conference 2024 (pgconf.dev)</a>
  196.            </li>
  197.          
  198.            <li class="pg-bg-gray non-badged">
  199.              
  200.              2024-06-04 &ndash; 2024-06-05 &middot; <a href="/about/event/prague-postgresql-developer-day-2024-2500/">Prague PostgreSQL Developer Day 2024</a>
  201.            </li>
  202.          
  203.            <li class=" ">
  204.              
  205.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  206.              
  207.              2024-06-11 &ndash; 2024-06-12 &middot; <a href="/about/event/pg-day-france-2024-2504/">PG Day France 2024</a>
  208.            </li>
  209.          
  210.            <li class="pg-bg-gray non-badged">
  211.              
  212.              2024-06-11 &ndash; 2024-06-13 &middot; <a href="/about/event/posette-an-event-for-postgres-2496/">POSETTE: An Event for Postgres</a>
  213.            </li>
  214.          
  215.            <li class=" ">
  216.              
  217.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  218.              
  219.              2024-06-27 &ndash; 2024-06-28 &middot; <a href="/about/event/swiss-pgday-2024-2498/">Swiss PGDay 2024</a>
  220.            </li>
  221.          
  222.            <li class="pg-bg-gray ">
  223.              
  224.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  225.              
  226.              2024-09-11 &middot; <a href="/about/event/pgday-uk-2024-2505/">PGDay UK 2024</a>
  227.            </li>
  228.          
  229.            <li class=" ">
  230.              
  231.                <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  232.              
  233.              2024-09-30 &ndash; 2024-10-02 &middot; <a href="/about/event/pgconf-nyc-2024-2492/">PGConf NYC 2024</a>
  234.            </li>
  235.          
  236.        </ul>
  237.        <p>
  238.          <img src="/media/img/PostgreSQL_Badge1.svg" class="community" alt="PostgreSQL Community Event">
  239.          indicates that an event is recognised under the <a href="/about/policies/conferences/">community event guidelines</a> and is directly helping the PostgreSQL community.
  240.        </p>
  241.      </div>
  242.      <a href="/about/events/" title="Check Schedule"><button type="button" class="btn btn-center btn-primary btn-inline-block">Check Schedule</button></a>
  243.      <a href="/account/events/new/" title="Add Your Event"><button type="button" class="btn btn-center btn-primary btn-inline-block">Add Your Event</button></a>
  244.    </div>
  245.    <!-- END Feature -->
  246.    <!-- Feature -->
  247.    <div class="col-lg-6 feature">
  248.      <i class="fas fa-envelope"></i>
  249.      <h2>Mailing Lists</h2>
  250.      <div class="text">
  251.        <p>
  252.          The PostgreSQL <a href="https://lists.postgresql.org" target="_blank" rel="noopener">mailing lists</a> enable you to interact with active community participants on subjects related to the development of PostgreSQL, discovering how to use PostgreSQL, or learning about upcoming events and product releases.
  253.        </p>
  254.        <p>
  255.          In order to manage your mailing list subscription, you need a <a href="/account/">PostgreSQL community account</a>. <a href="/account/">Signing up</a> is easy and gives you direct access to the <a href="/community/">global PostgreSQL community</a>.
  256.        </p>
  257.      </div>
  258.      <a href="https://lists.postgresql.org" title="Subscribe"><button type="button" class="btn btn-center btn-primary btn-inline-block">Subscribe</button></a>
  259.      <a href="https://www.postgresql.org/list/" title="View Archives"><button type="button" class="btn btn-center btn-outline-secondary btn-inline-block">View Archives</button></a>
  260.    </div>
  261.    <!-- END Feature -->
  262.  </div>
  263.  <!-- END Second Feature Row -->
  264. </div>
  265. <!-- CTA -->
  266. <div class="container-fluid">
  267.  <div class="row">
  268.    <div class="col-lg-6 cta cta-3"></div>
  269.    <div class="col-lg-6 cta-text">
  270.      <h2>Learning Opportunities Ahead</h2>
  271.      <p class="text-left">
  272.        Want to learn more about PostgreSQL and help build the community? Come to one of the many events, local user groups, &amp; training sessions where you can meet experienced PostgreSQL users and enhance your database skills.
  273.      </p>
  274.      <a href="/about/events/" title="Browse Events"><button type="button" class="btn btn-light btn-rounded">Browse Events</button></a>
  275.      <a href="/community/user-groups/" title="Browse User Groups"><button type="button" class="btn btn-light btn-rounded">Browse User Groups</button></a>
  276.    </div>
  277.  </div>
  278. </div>
  279. <!-- END CTA -->
  280. <!-- News -->
  281. <div class="container">
  282.  <div class="row">
  283.    <div class="col-lg-7">
  284.      <h2 class="centered-lines">Latest News</h2>
  285.      <!-- Featured Post -->
  286.        <header>
  287.          <h3>
  288.            <a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">
  289.              PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released!
  290.            </a>
  291.          </h3>
  292.          <ul class="meta">
  293.            <li><i class="far fa-clock"></i>&nbsp;2024-05-09</li>
  294.            <!--<li><i class="far fa-comments"></i> 0</li>-->
  295.          </ul>
  296.        </header>
  297.        <p>
  298.          The PostgreSQL Global Development Group has
  299.          <a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">released an update</a>
  300.          to all supported versions of PostgreSQL, including
  301.          <a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">16.3, 15.7, 14.12, 13.15, and 12.19</a>.
  302.          This release fixes one <a href="/support/security/">security vulnerability</a>
  303.          and over 55 bugs reported over the last several months.
  304.        </p>
  305.        <p>
  306.          Please note that the fix in this release for
  307.          <a href="/support/security/CVE-2024-4317/">CVE-2024-4317</a>
  308.          only fixes fresh PostgreSQL installations, namely those that are
  309.          created with the <a href="/docs/current/app-initdb.html"><code>initdb</code></a>
  310.          utility after this fix is applied. If you have a current PostgreSQL
  311.          installation and are concerned about this issue, please follow the
  312.          additional updating instructions provided in the
  313.          <a href="/support/security/CVE-2024-4317/">CVE-2024-4317</a> description
  314.          or the <a href="/docs/release/">release notes</a> for the remediation.
  315.        </p>
  316.        <p>
  317.          PostgreSQL 12 will <a href="/support/versioning/"></a>stop receiving fixes</a>
  318.          on November 14, 2024. If you are running PostgreSQL 12 in a
  319.          production environment, we suggest that you make plans to upgrade to a
  320.          newer, supported version of PostgreSQL. Please see our
  321.          <a href="/support/versioning/"></a>versioning policy</a> for more
  322.          information.
  323.        </p>
  324.        <ul class="bold">
  325.          <li><a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">Release Announcement</a></li>
  326.          <li><a href="/docs/release/">Release Notes</a></li>
  327.          <li><a href="/about/press/">PostgreSQL 16 Release Announcement &amp; Translations</a></li>
  328.          <li><a href="/support/versioning/">Versioning Policy</a></li>
  329.          <li><a href="/download/">Download</a></li>
  330.        </ul>
  331.        <a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary btn-center btn-inline-block">Browse Archives</button></a>
  332.        <a href="/account/news/new/" title="Submit News"><button type="button" class="btn btn-primary btn-center btn-inline-block">Submit News</button></a>
  333.    </div>
  334.    <div class="col-lg-5">
  335.      <div class="sidebar">
  336.  
  337.        <!-- Archives -->
  338.        <ul class="divided">
  339.          
  340.            <li>
  341.              <h3><a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released!</a></h3>
  342.              <ul class="meta">
  343.                <li><i class="far fa-clock"></i>&nbsp;2024-05-09 by PostgreSQL Global Development Group</li>
  344.              </ul>
  345.            </li>
  346.          
  347.            <li>
  348.              <h3><a href="/about/news/swiss-pgday-2024-schedule-published-2856/">Swiss PGDay 2024: Schedule Published</a></h3>
  349.              <ul class="meta">
  350.                <li><i class="far fa-clock"></i>&nbsp;2024-05-05 by Swiss PostgreSQL Users Group</li>
  351.              </ul>
  352.            </li>
  353.          
  354.            <li>
  355.              <h3><a href="/about/news/the-schedule-is-out-for-posette-an-event-for-postgres-2024-2855/">The Schedule is out for POSETTE: An Event for Postgres 2024!</a></h3>
  356.              <ul class="meta">
  357.                <li><i class="far fa-clock"></i>&nbsp;2024-05-03 by Microsoft Azure</li>
  358.              </ul>
  359.            </li>
  360.          
  361.            <li>
  362.              <h3><a href="/about/news/pgadmin-4-v86-released-2853/">pgAdmin 4 v8.6 Released</a></h3>
  363.              <ul class="meta">
  364.                <li><i class="far fa-clock"></i>&nbsp;2024-05-02 by pgAdmin Development Team</li>
  365.              </ul>
  366.            </li>
  367.          
  368.            <li>
  369.              <h3><a href="/about/news/pgedge-distributed-postgresql-introduces-automatic-ddl-replication-and-snowflake-sequences-for-postgres-2844/">pgEdge Distributed PostgreSQL Introduces Automatic DDL Replication and Snowflake Sequences for Postgres</a></h3>
  370.              <ul class="meta">
  371.                <li><i class="far fa-clock"></i>&nbsp;2024-05-02 by pgEdge, Inc.</li>
  372.              </ul>
  373.            </li>
  374.          
  375.        </ul>
  376.        <!-- END Archives -->
  377.      </div>
  378.    </div>
  379.  </div>
  380. </div>
  381. <!-- Blog -->
  382. <div class="container margin">
  383.   <div class="row">
  384.     <div class="col-md-12">
  385.       <h2 class="centered-lines"><span>PLANET POSTGRESQL</span></h2>
  386.       <div class="feature"><i class="fas fa-globe"></i></div>
  387.    </div>
  388.   </div>
  389.   <!-- First Row Planet PostgreSQL -->
  390.   <div class="row">
  391.     <!-- First Column First Row Planet PostgreSQL -->
  392.      
  393.        <div class="col-md-4">
  394.          <div class="text-center">
  395.            <h3><a href="https://postgr.es/p/6v2"> Understanding Synchronous and Asynchronous Replication in PostgreSQL – What is Best for</a></h3>
  396.            <ul class="meta">
  397.              <li><i class="far fa-comments"></i>&nbsp;semab tariq</li>
  398.              <li><i class="far fa-clock"></i>&nbsp;2024-05-17</li>
  399.            </ul>
  400.          </div>
  401.        </div>
  402.      
  403.        <div class="col-md-4">
  404.          <div class="text-center">
  405.            <h3><a href="https://postgr.es/p/6v1"> Geographically distributed Postgres for multi-tenant applications</a></h3>
  406.            <ul class="meta">
  407.              <li><i class="far fa-comments"></i>&nbsp;Tudor Golubenco</li>
  408.              <li><i class="far fa-clock"></i>&nbsp;2024-05-16</li>
  409.            </ul>
  410.          </div>
  411.        </div>
  412.      
  413.        <div class="col-md-4">
  414.          <div class="text-center">
  415.            <h3><a href="https://postgr.es/p/6u_"> PGConf.DE 2024 - Review</a></h3>
  416.            <ul class="meta">
  417.              <li><i class="far fa-comments"></i>&nbsp;Andreas Scherbaum</li>
  418.              <li><i class="far fa-clock"></i>&nbsp;2024-05-15</li>
  419.            </ul>
  420.          </div>
  421.        </div>
  422.      
  423.        <div class="col-md-4">
  424.          <div class="text-center">
  425.            <h3><a href="https://postgr.es/p/6u-"> Removing Bloat with pg_repack Extension</a></h3>
  426.            <ul class="meta">
  427.              <li><i class="far fa-comments"></i>&nbsp;muhammad ali</li>
  428.              <li><i class="far fa-clock"></i>&nbsp;2024-05-15</li>
  429.            </ul>
  430.          </div>
  431.        </div>
  432.      
  433.        <div class="col-md-4">
  434.          <div class="text-center">
  435.            <h3><a href="https://postgr.es/p/6uY"> Git Filters</a></h3>
  436.            <ul class="meta">
  437.              <li><i class="far fa-comments"></i>&nbsp;Christoph Berg</li>
  438.              <li><i class="far fa-clock"></i>&nbsp;2024-05-14</li>
  439.            </ul>
  440.          </div>
  441.        </div>
  442.      
  443.        <div class="col-md-4">
  444.          <div class="text-center">
  445.            <h3><a href="https://postgr.es/p/6uX"> When to split patches for PostgreSQL</a></h3>
  446.            <ul class="meta">
  447.              <li><i class="far fa-comments"></i>&nbsp;Peter Eisentraut</li>
  448.              <li><i class="far fa-clock"></i>&nbsp;2024-05-14</li>
  449.            </ul>
  450.          </div>
  451.        </div>
  452.      
  453.        <div class="col-md-4">
  454.          <div class="text-center">
  455.            <h3><a href="https://postgr.es/p/6uW"> Extension Summit Topic Review</a></h3>
  456.            <ul class="meta">
  457.              <li><i class="far fa-comments"></i>&nbsp;David Wheeler</li>
  458.              <li><i class="far fa-clock"></i>&nbsp;2024-05-13</li>
  459.            </ul>
  460.          </div>
  461.        </div>
  462.      
  463.        <div class="col-md-4">
  464.          <div class="text-center">
  465.            <h3><a href="https://postgr.es/p/6uV"> Use of “pgtt” Extension in Self Managed vs. Cloud Products</a></h3>
  466.            <ul class="meta">
  467.              <li><i class="far fa-comments"></i>&nbsp;Shane Borden</li>
  468.              <li><i class="far fa-clock"></i>&nbsp;2024-05-13</li>
  469.            </ul>
  470.          </div>
  471.        </div>
  472.      
  473.        <div class="col-md-4">
  474.          <div class="text-center">
  475.            <h3><a href="https://postgr.es/p/6uT"> Conversion Chronicles – Invisible Indexes in Oracle to PostgreSQL Migration.</a></h3>
  476.            <ul class="meta">
  477.              <li><i class="far fa-comments"></i>&nbsp;Deepak Mahto</li>
  478.              <li><i class="far fa-clock"></i>&nbsp;2024-05-13</li>
  479.            </ul>
  480.          </div>
  481.        </div>
  482.      
  483.   </div>
  484.   <!-- END First Row Planet PostgreSQL -->
  485.   <div class="row">
  486.     <div class="col-sm-12">
  487.       <a href="https://planet.postgresql.org" title="Browse Archives" target="_blank" rel="noopener"><button type="button" class="btn btn-center btn-primary">Browse Archives</button></a>
  488.     </div>
  489.   </div>
  490. </div>
  491. <!-- SUBMIT A BUG -->
  492. <div class="container-fluid">
  493.   <div class="row">
  494.     <div class="col-lg-6 cta-text">
  495.       <h2>Seeing unexpected behavior?</h2>
  496.       <p>
  497.         The PostgreSQL community takes pride in releasing software that reliably stores your data. If you believe you've discovered a bug, please click the button below and follow the instructions on how to submit a bug.
  498.       </p>
  499.       <a href="/account/submitbug/" title="Submit a Bug"><button type="button" class="btn btn-light btn-rounded">Submit a Bug</button></a>
  500.     </div>
  501.     <div class="col-lg-6 cta cta-2"></div>
  502.   </div>
  503. </div>
  504. <!-- END SUBMIT A BUG -->
  505.  
  506.    <!-- Footer -->
  507.    <footer id="footer">
  508.      <div class="container">
  509.        <div class="row">
  510.          <div class="col-md-12">
  511.            <ul>
  512.              <li><a href="https://twitter.com/postgresql"><img src="/media/img/atpostgresql.png" alt="@postgresql"></a></li>
  513.              <li><a href="https://git.postgresql.org/gitweb/?p=postgresql.git"><img src="/media/img/git.png" alt="Git"></a></li>
  514.            </ul>
  515.          </div>
  516.        </div>
  517.      </div>
  518.      <!-- Copyright -->
  519.      <div class="container">
  520.        <a href="/about/policies/">Policies</a> |
  521.        <a href="/about/policies/coc/">Code of Conduct</a> |
  522.        <a href="/about/">About PostgreSQL</a> |
  523.        <a href="/about/contact/">Contact</a><br/>
  524.        <p>Copyright &copy; 1996-2024 The PostgreSQL Global Development Group</p>
  525.      </div>
  526.    </footer>
  527.    <script src="/media/js/jquery-3.4.1.slim.min.js"></script>
  528.    <script src="/media/js/popper-1.16.0.min.js"></script>
  529.    <script src="/media/js/bootstrap-4.4.1.min.js"></script>
  530.    <script src="/media/js/main.js?e42a8a4e"></script>
  531.  
  532.  </body>
  533. </html>
  534.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda