<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tutorial on PIG</title>
    <link>https://pig.pgsty.com/categories/tutorial/</link>
    <description>Recent content in Tutorial on PIG</description>
    <generator>Hugo</generator>
    <language>en</language>
    
    
    
      <lastBuildDate>Thu, 03 Sep 2026 14:13:40 +0800</lastBuildDate>
    
    
      <atom:link href="https://pig.pgsty.com/categories/tutorial/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
        <title>Getting Started</title>
        <link>https://pig.pgsty.com/start/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://pig.pgsty.com/start/</guid>
        <description>&lt;p&gt;Here is a simple getting started tutorial to help you experience the core capabilities of the PIG package manager.&lt;/p&gt;&#xA;&lt;h2 id=&#34;short-version&#34;&gt;Short Version&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-75b61dfa-fence-0&#34; data-td-code data-td-code-auto-id&#xA;     data-td-language=&#34;bash&#34; data-td-line-count=&#34;3&#34;&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-75b61dfa-fence-0-viewport&#34; data-td-code-viewport&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -fsSL https://repo.pigsty.io/pig &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; bash   &lt;span class=&#34;c1&#34;&gt;# Install PIG from Cloudflare&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pig repo &lt;span class=&#34;nb&#34;&gt;set&lt;/span&gt;                                   &lt;span class=&#34;c1&#34;&gt;# One-time setup for Linux, Pigsty + PGDG repos (overwrites!)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;pig install -v &lt;span class=&#34;m&#34;&gt;18&lt;/span&gt; -y pg18 pg_duckdb vector     &lt;span class=&#34;c1&#34;&gt;# Install PG 18 kernel, pg_duckdb, pgvector extensions...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;These commands install &lt;strong&gt;host packages&lt;/strong&gt;. They do not run &lt;code&gt;CREATE EXTENSION&lt;/code&gt;, change &lt;code&gt;shared_preload_libraries&lt;/code&gt;, or restart PostgreSQL. After installation, run &lt;code&gt;pig ext info pg_duckdb&lt;/code&gt; and &lt;code&gt;pig ext info vector&lt;/code&gt;, apply the displayed preload/DDL steps to the intended database, and validate the service before production use.&lt;/p&gt;</description>
      </item>
    
  </channel>
</rss>
