> For the complete documentation index, see [llms.txt](https://faq.postgresql.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.postgresql.tw/shui-kong-zhi-zhu-postgresql.md).

# 誰控制著 PostgreSQL？

如果你正在尋找一個 PostgreSQL 的守衛，中央委員會或控股公司，請放棄吧 --- 完全不存在。

我們確實有一個核心委員會和 git 提交者，但是這些組織更多是為了管理目的而不是控制。

這個專案由開發者和使用者社群所引導，並且任何人都可以加入社群。你只需訂閱郵件列表並參與討論即可。

（請參閱[開發者常見問題](https://wiki.postgresql.org/wiki/Developer_FAQ)，可以得到如何加入 PostgreSQL 開發的資訊。）


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://faq.postgresql.tw/shui-kong-zhi-zhu-postgresql.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
