<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>veazhi's bbs - postgresql</title>
    <link>http://bbs.veazhi.com/forum-2-1.html</link>
    <description>Latest 20 threads of postgresql</description>
    <copyright>Copyright(C) veazhi's bbs</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 05 Apr 2026 09:26:02 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.veazhi.com/static/image/common/logo_88_31.gif</url>
      <title>veazhi's bbs</title>
      <link>http://bbs.veazhi.com/</link>
    </image>
    <item>
      <title>postgrsql 建库授权的正确做法</title>
      <link>http://bbs.veazhi.com/thread-209-1-1.html</link>
      <description><![CDATA[首先，在创建授权之前必须明白：CREATE ROLE 和 CREATE USER 的作用其实差不多，因为 CREATE USER 是 CREATE ROLE 的别名。正因如此，所以在某种程度上，CREATE ROLE 等同于 CREATE USER。但是，他们还是有些许小区别：

这意味着你可以完全使用 CREATE ROLE 并通过显式 ...]]></description>
      <category>postgresql</category>
      <author>admin</author>
      <pubDate>Mon, 25 Aug 2025 06:24:23 +0000</pubDate>
    </item>
    <item>
      <title>configure: error: header file &lt;Python.h&gt; is required for Python</title>
      <link>http://bbs.veazhi.com/thread-207-1-1.html</link>
      <description><![CDATA[如题。在 ubuntu 24.04.2 上使用源码编译安装 postgresql-17.2，在 configure 时报：
解决方法：

安装 libpython3-dev]]></description>
      <category>postgresql</category>
      <author>admin</author>
      <pubDate>Sun, 24 Aug 2025 12:00:17 +0000</pubDate>
    </item>
    <item>
      <title>configure: error: flex not found</title>
      <link>http://bbs.veazhi.com/thread-206-1-1.html</link>
      <description><![CDATA[如题。在 ubuntu 24.04.2 上使用源码编译安装 postgresql-17.2，在 configure 时报：
解决方法：

安装 flex]]></description>
      <category>postgresql</category>
      <author>admin</author>
      <pubDate>Sun, 24 Aug 2025 11:58:38 +0000</pubDate>
    </item>
    <item>
      <title>configure: error: bison not found</title>
      <link>http://bbs.veazhi.com/thread-205-1-1.html</link>
      <description><![CDATA[如题。在 ubuntu 24.04.2 上使用源码编译安装 postgresql-17.2，在 configure 时报：
解决方法：

安装 libbison-dev]]></description>
      <category>postgresql</category>
      <author>admin</author>
      <pubDate>Sun, 24 Aug 2025 11:57:02 +0000</pubDate>
    </item>
    <item>
      <title>postgresql 设置 postgres 用户登陆密码的几种方式</title>
      <link>http://bbs.veazhi.com/thread-4-1-1.html</link>
      <description><![CDATA[postgresql 设置 postgres 用户的登陆密码有以下几种方式：


方式一：初始化时设置密码（initdb 阶段）

如果你还没有初始化数据库集群，可以在执行 initdb 时使用 -W 或 --pwprompt 参数，在初始化过程中提示设置 postgres 用户密码。


方式二：使用 psql 设置密码（ ...]]></description>
      <category>postgresql</category>
      <author>admin</author>
      <pubDate>Sun, 13 Jul 2025 08:31:48 +0000</pubDate>
    </item>
  </channel>
</rss>