# 簡介

本使用手冊目前編譯內容為 PostgreSQL 12。

每一個頁面均附上[官方手冊](https://www.postgresql.org/docs/current/index.html)對應連結，翻譯未詳盡之處，可對照閱讀。\
未翻譯完成之段落，將暫以原文（英文）替代。

參與協作請在任何頁面，點選右上角的「**Edit on GitHub**」，修改後直接送 PR 給我們即可。\
（**只翻一句也可以唷！**）

任何問題或建議可以 Email 給我們的文件小組：<docs@postgresql.tw>


---

# 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://docs.postgresql.tw/12/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.
