# 誰控制著 PostgreSQL？

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

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

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

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


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
