<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>琪琪小站 - PostgreSQL</title>
    <link>https://kikishop.fengleo.com/forum.php?mod=forumdisplay&amp;fid=47</link>
    <description>Latest 20 threads of PostgreSQL</description>
    <copyright>Copyright(C) 琪琪小站</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 09 May 2026 05:35:25 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://kikishop.fengleo.com/static/image/common/logo_88_31.gif</url>
      <title>琪琪小站</title>
      <link>https://kikishop.fengleo.com/</link>
    </image>
    <item>
      <title>[語法]PostgreSQL ALTER TABLE</title>
      <link>https://kikishop.fengleo.com/forum.php?mod=viewthread&amp;tid=143</link>
      <description><![CDATA[To add a column of type varchar to a table:ALTER TABLE distributors ADD COLUMN address varchar( 30);
To drop a column from a table:ALTER TABLE distributors DROP COLUMN address RESTRICT;
To change the types of two existing columns in one operation:ALT ..]]></description>
      <category>PostgreSQL</category>
      <author>genie</author>
      <pubDate>Mon, 08 Jun 2015 07:39:50 +0000</pubDate>
    </item>
    <item>
      <title>[資訊]postgresql使用容量查詢</title>
      <link>https://kikishop.fengleo.com/forum.php?mod=viewthread&amp;tid=60</link>
      <description><![CDATA[EXP# 
Or]]></description>
      <category>PostgreSQL</category>
      <author>genie</author>
      <pubDate>Thu, 09 Apr 2015 04:11:31 +0000</pubDate>
    </item>
  </channel>
</rss>