# 常見問題

整理一些比較零碎的 PostgreSQL 資訊，可以快問快答的資訊。

想問什麼或提供資訊，請到[聊天室](https://gitter.im/pgsql-tw/Lobby)和我們討論！

常見問題另可參閱官方 [PostgreSQL wiki](https://wiki.postgresql.org) 網站，其中繁體中文頁面亦由台灣使用者社群所提供。

其他問題請聯絡文件編輯小組：<docs@postgresql.tw>

![](https://img.shields.io/badge/%E6%AD%A3%E9%AB%94%E4%B8%AD%E6%96%87%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8A-PostgreSQL.TW-blue.svg)

![](https://img.shields.io/badge/%E5%8F%B0%E7%81%A3%E4%BD%BF%E7%94%A8%E8%80%85%E7%A4%BE%E7%BE%A4-PostgreSQL-blue.svg)


---

# 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/master.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.
