<?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 Hi Work Notes</title><link>/en/tags/postgresql/</link><description>Recent content in Postgresql on Hi Work Notes</description><generator>Hugo</generator><language>en-US</language><copyright>Hi Work Notes 2026</copyright><lastBuildDate>Tue, 10 Mar 2026 15:55:34 +0800</lastBuildDate><atom:link href="/en/tags/postgresql/index.xml" rel="self" type="application/rss+xml"/><item><title>Learn and Use PostgreSQL</title><link>/en/database/postgre-sql/</link><pubDate>Tue, 10 Mar 2026 15:55:34 +0800</pubDate><guid>/en/database/postgre-sql/</guid><description>&lt;h2 id="why-is-postgresql-considered-an-advanced-relational-database"&gt;Why is PostgreSQL considered an advanced relational database?&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Powerful features: PostgreSQL supports advanced capabilities such as complex queries, triggers, and MVCC.&lt;/li&gt;
&lt;li&gt;Strong consistency: Its concurrency model helps keep data consistent under high load.&lt;/li&gt;
&lt;li&gt;Great scalability: It supports both vertical and horizontal growth scenarios.&lt;/li&gt;
&lt;li&gt;Security: It provides access control and encryption options.&lt;/li&gt;
&lt;li&gt;Backup and recovery: It includes robust backup and recovery mechanisms.&lt;/li&gt;
&lt;li&gt;Free and open source: You can use, modify, and distribute it freely.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="install-postgresql-and-pgadmin"&gt;Install PostgreSQL and pgAdmin&lt;/h2&gt;
&lt;p&gt;There are multiple installation options. A simple setup is to install PostgreSQL with pgAdmin, then use pgAdmin for management and remote connections.&lt;/p&gt;</description></item></channel></rss>